/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum.spec
ViewVC logotype

Contents of /rpms/smeserver-yum/sme10/smeserver-yum.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.23 - (show annotations) (download)
Thu Jan 24 01:35:04 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
Changes since 1.22: +4 -1 lines
* Wed Jan 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
- add yum-priority as requirement [SME: 6499]
  add support for plugin priority using property priority im yum_repositories db
  initial priority to 10 for sme*, base and updates repos.
  property yum priority set as enabled as default
- avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388]

1 # $Id: smeserver-yum.spec,v 1.22 2019/01/23 23:29:32 jpp Exp $
2
3 %define name smeserver-yum
4 Summary: YUM, an rpm updater
5 Name: %{name}
6 %define version 2.6.0
7 %define release 19
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: SMEServer/addon
12 Source: %{name}-%{version}.tar.xz
13 Patch0: smeserver-yum-2.6.0.SME10.patch
14 Patch1: smeserver-yum-2.6.0.SME10CentOS7EPEL7Keys.rpm
15 Patch2: smeserver-yum-2.6.0.bz8834.DeltaRpm.patch
16 Patch3: smeserver-yum-2.6.0.bz1502.DownloadOnly.patch
17 Patch4: smeserver-yum-2.6.0.bz9903.remiGPG.patch
18 Patch5: smeserver-yum-2.6.0.bz8705.avoidReboot.patch
19 Patch6: smeserver-yum-2.6.0.bz10119.scloGPGkey.patch
20 Patch7: smeserver-yum-2.6.0.bz10156.remContrib.patch
21 Patch8: smeserver-yum-2.6.0.bz8705.avoidReboot-fixKeyError.patch
22 Patch9: smeserver-yum-2.6.0.bz8705.avoidReboot-service-names.patch
23 Patch10: smeserver-yum-2.6.0.bz8705.smeserver-locale.avoidreboot.patch
24 Patch11: smeserver-yum-2.6.0.bz10263.rpmfusionfreeEL7.patch
25 Patch12: smeserver-yum-2.6.0-bz10170-SME10eol.patch
26 Patch13: smeserver-yum-2.6.0.bz6499.yum-plugin-priorities.patch
27 Patch14: smeserver-yum-2.6.0.bz9388.no-double-contribs-check.patch
28
29 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30 BuildArchitectures: noarch
31 Requires: e-smith-formmagick >= 1.4.0-12
32 Requires: e-smith-base
33 Requires: perl(CGI::FormMagick) >= 0.91-26
34 Requires: rpm-python >= 4.0.4-7x.18
35 Requires: yum >= 1.0.3-1_73
36 Provides: yumconf
37 Obsoletes: check4updates
38 Provides: check4updates
39 Obsoletes: rpmdb-CentOS
40 Requires: yum-plugin-fastestmirror
41 Requires: yum-plugin-priorities
42 Obsoletes: yum-plugin-installonlyn
43 Obsoletes: yum-protect-packages <= 1.1.16
44 Requires: yum-plugin-post-transaction-actions
45 Requires: mailx
46 Requires: deltarpm
47 BuildRequires: e-smith-devtools >= 1.13.1-03
48 BuildRequires: python
49 Conflicts: centos-yumconf
50 AutoReqProv: no
51 %description
52 %name is an implementation of http://linux.duke.edu/projects/yum on SME Server
53
54 %prep
55 %setup
56 %patch0 -p1
57 %patch1 -p1
58 %patch2 -p1
59 %patch3 -p1
60 %patch4 -p1
61 %patch5 -p1
62 %patch6 -p1
63 %patch7 -p1
64 %patch8 -p1
65 %patch9 -p1
66 %patch10 -p1
67 %patch11 -p1
68 %patch12 -p1
69 %patch13 -p1
70 %patch14 -p1
71
72 %build
73 perl createlinks
74 ln -s /var/service/yum root/service/yum
75 mkdir -p root/etc/yum.smerepos.d
76
77 %install
78 /bin/rm -rf $RPM_BUILD_ROOT
79 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
80 /bin/rm -f %{name}-%{version}-filelist
81 /sbin/e-smith/genfilelist \
82 --file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \
83 --file '/sbin/e-smith/yum' 'attr(0755,root,root)' \
84 --file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \
85 --file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \
86 --file '/sbin/e-smith/yumdownloadonly' 'attr(0755,root,root)' \
87 --file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \
88 --file /var/service/yum/down 'attr(0644,root,root)' \
89 --file /var/service/yum/run 'attr(0755,root,root)' \
90 --dir /var/service/yum/log 'attr(0755,root,root)' \
91 --dir /var/service/yum/log/supervise 'attr(0700,root,root)' \
92 --dir /var/service/yum/supervise 'attr(0700,root,root)' \
93 --file /var/service/yum/log/run 'attr(0755,root,root)' \
94 --dir /var/log/yum 'attr(2750,smelog,smelog)' \
95 $RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist
96
97 %clean
98 /bin/rm -rf $RPM_BUILD_ROOT
99
100 %files -f %{name}-%{version}-%{release}-filelist
101
102 %defattr(-,root,root)
103
104
105 %changelog
106 * Wed Jan 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
107 - add yum-priority as requirement [SME: 6499]
108 add support for plugin priority using property priority im yum_repositories db
109 initial priority to 10 for sme*, base and updates repos.
110 property yum priority set as enabled as default
111 - avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388]
112
113 * Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
114 - add message to indicate EOL after Jun 30 2024 fix [SME: 10170]
115
116 * Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
117 - add yum-plugin-post-transaction-actions as requirement [SME: 1100]
118
119 * Tue May 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
120 - add rpmfusion free el7 RPM GPG KEY [SME: 10263]
121
122 * Mon Apr 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-15.sme
123 - avoid reboot for smeserver-locale upgrade [SME: 8705]
124 - code by stefano zamboni <zamboni@mind-at-work.it>
125
126 * Wed Mar 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-14.sme
127 - correct service names with plugin to avoid reboot [SME: 8705]
128 - code by stefano zamboni <zamboni@mind-at-work.it>
129
130 * Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
131 - fix KeyError with plugin to avoid reboot [SME: 8705]
132 - code by stefano zamboni <zamboni@mind-at-work.it>
133
134 * Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
135 - remove centos contrib repo [SME: 10156]
136
137 * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
138 - added centos SCLo SIG gpg rpm signing key [SME: 10119]
139 - will allow to install SCL packages directly from smecontribs
140
141 * Sat Feb 18 2017 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-10.sme
142 - Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch [SME: 8705]
143 - code by stefano zamboni <zamboni@mind-at-work.it>
144 - Avoid to reboot after the installation of a smeserver-* package
145
146 * Fri Jan 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-8.sme
147 - add Remi Collet RPM GPG KEY [SME: 9903]
148
149 * Thu Aug 04 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-7.sme
150 - Rpm updates can be downloaded during the night [SME: 1502]
151 - Added smeserver-yum-2.6.0.bz1502.DownloadOnly.patch
152
153 * Mon Aug 1 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-6.sme
154 - Deltarpm is now a setting in the yum panel (disabled by default)
155 - Added smeserver-yum-2.6.0.bz8834.DeltaRpm.patch [SME: 8834]
156
157 * Fri May 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
158 - adding Koozali SME10, EPEL7 and Centos7 gpg keys [SME: 9533]
159
160 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
161 - Rebuild [SME: 9393]
162
163 * Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
164 - yum points now to SME10 mirrors [SME: 9377]
165 - moved changelog at the end of file
166 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
167 by assuming the date is correct and changing the weekday.
168 Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
169 Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
170 Fri Nov 23 2006 --> Fri Nov 17 2006 or Thu Nov 23 2006 or Fri Nov 24 2006 or ....
171
172
173 * Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme
174 - Add python to BuildReq so brp-python-bytecode compiles sme yum plugin
175 [SME: 9229]
176
177 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
178 - Initial release to sme10
179
180 * Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme
181 - Example to update contribs 1 by 1 [SME: 8850]
182
183 * Sat Feb 21 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-11.sme
184 - Set the check update frequency of smecontribs through the server-manager
185 - [SME: 8855]
186
187 * Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme
188 - Add a default Yum db property for check4contribsupdates [SME: 8790]
189
190 * Wed Nov 19 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
191 - Added a check-update for the smecontribs repository [SME: 8672]
192
193 * Mon Jun 30 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-8.sme
194 - Move protected package list to the correct location [SME: 8476]
195
196 * Fri Mar 22 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
197 - Change order of mail options in check4updates [SME: 7504]
198
199 * Sun Mar 17 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
200 - Change wording of Software Update button [SME: 7499]
201
202 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-5.sme
203 - Obsolete el5 yum-protect-packages, provided by yum [SME: 7273]
204
205 * Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-4.sme
206 - Update GPG keys for sme9 [SME: 7465]
207
208 * Wed Feb 27 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
209 - Add fasttrack and remove addons repo [SME: 7385]
210
211 * Tue Feb 5 2013 Shad L. Lords <slords@mail.com> 2.4.0-2.sme
212 - Add back in missing parts from new stream [SME: 7305]
213
214 * Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme
215 - Roll new stream for sme9
216
217 * Fri Aug 31 2012 Shad L. Lords <slords@mail.com> 2.2.0-20.sme
218 - Point mirrorlist to mirrorlist.contribs.org [SME: 7087]
219
220 * Tue Mar 1 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
221 - Add random wait timer for check4updates script to distribute load on ibiblio [SME: 6534]
222
223 * Fri Oct 1 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-18.sme
224 - Trigger post-upgrade and reboot on kernel updates [SME: 6166]
225
226 * Sat Jun 12 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
227 - Fix migrate fragment to not throw warnings [SME: 5705]
228
229 * Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-16.sme
230 - Fix yum database removal (missing one) [SME: 5705]
231
232 * Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-15.sme
233 - Migrate MirrorList properties to sme8 repos [SME: 5705]
234 - Remove BaseURL properties if migrating to sme8 repos [SME: 5949]
235 - Remove yum databases and repodata if migrating to sme8 repos [SME: 5998]
236
237 * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-14.sme
238 - Revert previous change [SME: 5962]
239
240 * Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
241 - Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]
242
243 * Thu Nov 5 2009 Shad L. Lords <slords@mail.com> 2.2.0-12.sme
244 - only unlink file if we created it [SME: 5476]
245
246 * Wed Oct 14 2009 Filipo Carletti <filippo.carletti@gmail.com> 2.2.0-11.sme
247 - Import only keys not already imported [SME: 5507]
248
249 * Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme
250 - set unsaved changes in yum event [SME: 5475]
251 - move yum warming to sme yum plugin [SME: 5474]
252 - ensure file exists before unlinking [SME: 5476]
253 - remove semicolons from yum plugin
254
255 * Tue Sep 15 2009 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
256 - Add frequency of updates toggle [SME: 3764]
257 - remove stray file
258
259 * Sat May 30 2009 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
260 - Add /etc/yum.smerepos.d to package [SME: 5305]
261
262 * Mon May 18 2009 Shad L. Lords <slords@mail.com> 2.2.0-7.sme
263 - Change SME mirrorlists to point to ibiblio [SME: 5242]
264
265 * Fri Apr 10 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
266 - Require mailx [SME: 5131]
267
268 * Mon Nov 24 2008 Shad L. Lords <slords@mail.com> 2.2.0-5.sme
269 - Add yum-protect-packages support to prevent removal of
270 needed pacakges [SME: 3133]
271
272 * Tue Oct 28 2008 Shad L. Lords <slords@mail.com> 2.2.0-4.sme
273 - Make yum update unbuffered for web interface [SME: 4726]
274
275 * Mon Oct 13 2008 Shad L. Lords <slords@mail.com> 2.2.0-3.sme
276 - Move repos to repodir to fix yum bug [SME: 3676]
277
278 * Sun Oct 12 2008 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
279 - Fix name for smeextras [SME: 4585]
280
281 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.2.0-1.sme
282 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
283
284 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-58
285 - Fix mirrorlist for sme8 [SME: 4508]
286
287 * Fri Sep 19 2008 Shad L. Lords <slords@mail.com> 1.2.0-57
288 - Add smeextras repo database and information [SME: 4585]
289
290 * Sun Aug 10 2008 Shad L. Lords <slords@mail.com> 1.2.0-56
291 - Remove links to crontab in bootstrap-console-save [SME: 4494]
292
293 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-55
294 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
295
296 * Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-54
297 - Add common <base> tags to e-smith-formmagick's general [SME: 4290]
298
299 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.2.0-53
300 - Include installonlyn plugin to manage kernels [SME: 2101]
301
302 * Mon Mar 31 2008 Stephen Noble <support@dungog.net> 1.2.0-52
303 - Delete dungog repository, reworked [SME: 4097]
304
305 * Fri Mar 14 2008 Shad L. Lords <slords@mail.com> 1.2.0-51
306 - Clean up "rpm -qa" warnings in yum wrapper [SME: 4052]
307
308 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.2.0-50
309 - Remove <base> tags now in general [SME: 3914]
310
311 * Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.2.0-49
312 - Remove duplicate <base> entries [SME: 3889]
313
314 * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-48
315 - Put check4updates obsoletes & provides in the right place [SME: 3250]
316
317 * Fri Jan 11 2008 Shad L. Lords <slords@mail.com> 1.2.0-47
318 - Add check4update script, make cronjob run same as scheduled dirs [SME: 3250]
319
320 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.0-46
321 - Add server is up to date message on panel [SME: 2512]
322
323 * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-45
324 - remove BaseURL property for repos with mirrorlists [SME: 3275]
325
326 * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-44
327 - safesymlink yum into local [SME: 3238]
328
329 * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-43
330 - add check4updates cronjob, obsolete check4updates rpm [SME: 3250]
331
332 * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.0-42
333 - yum-import-keys action to yum-update event [SME: 3196]
334
335 * Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.2.0-41
336 - add smecontribs repo [SME: 3551]
337
338 * Tue Dec 11 2007 Gavin Weight <gweight@gmail.com> 1.2.0-40
339 - Remove bad mirror and add two new mirrors. [SME: 3636]
340
341 * Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-39
342 - Change EnableGroups value to no/yes instead of 0/1. [SME: 3607]
343
344 * Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.2.0-38
345 - Fix use of uninitialized value in migrate 10GPG_and_Groups. [SME: 2491]
346
347 * Sat Jul 14 2007 Shad L. Lords <slords@mail.com> 1.2.0-37
348 - Add GPG keys for CentOS 5 [SME: 3160]
349
350 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 1.2.0-36
351 - Refine matching of rpms or repos [SME: 2416]
352
353 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 1.2.0-35
354 - Add db values to restrict available rpms or repos [SME: 2416]
355
356 * Sun Jun 10 2007 Stephen Noble <support@dungog.net> 1.2.0-34
357 - remove restrictAvailable patch [SME: 2416]
358
359 * Fri Jun 08 2007 Stephen Noble <support@dungog.net> 1.2.0-33
360 - Add db value to restrict available rpms [SME: 2416]
361
362 * Fri May 25 2007 Shad L. Lords <slords@mail.com> 1.2.0-32
363 - Add rpm key for epel packages
364
365 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.2.0-31
366 - Updates to support SME Server 8
367
368 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
369 - Clean up spec so package can be built by koji/plague
370
371 * Mon Apr 09 2007 Stephen Noble <support@dungog.net> 1.2.0-30
372 - remove two of them, leaving pacific.net.au [SME: 2763]
373
374 * Mon Apr 09 2007 Stephen Noble <support@dungog.net> 1.2.0-29
375 - add three more repositories to yum.repos.d/mirrors-sme* files [SME: 2763]
376
377 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.2.0-28
378 - Change runsvctrl to sv to support runit v1.7.x [SME: 2486]
379
380 * Wed Jan 17 2007 Shad L. Lords <slords@mail.com> 1.2.0-27
381 - Only import keys we don't already have [SME: 1174]
382
383 * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.2.0-26
384 - Only allow upstream proxies to cache packages not metadata.
385
386 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
387 - Update to new release naming. No functional changes.
388 - Make Packager generic
389
390 * Fri Dec 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-25
391 - Remove defaults for CentOS testing repository [SME: 2119]
392
393 * Thu Nov 30 2006 Greg Swallow <greg@runlevel7.ca> 1.2.0-24
394 - Change Includepkgs to IncludePkgs [SME: 2049]
395
396 * Thu Nov 30 2006 Greg Swallow <greg@runlevel7.ca> 1.2.0-23
397 - Add includepkgs option to repository configuration [SME: 2049]
398
399 * Thu Nov 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-22
400 - Correct typos in last patch [SME: 2050]
401
402 * Thu Nov 30 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-21
403 - Create local SME Server mirrorlists during build of package
404 - Refer to these mirrorlists from yum.conf
405 - Comment out baseurl if a MirrorList is defined [SME: 2050]
406
407 * Wed Nov 29 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-20
408 - Revert to 10s panel refresh [SME: 2097]
409
410 * Thu Nov 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-19
411 Fri Nov 23 2006 --> Fri Nov 17 2006 or Thu Nov 23 2006 or Fri Nov 24 2006 or ....
412 - Make CentOS base and updates enabled/Visible by default [SME: 1849]
413 - Migrate CentOS base and updates to Visible, but leave status [SME: 1849]
414
415 * Thu Nov 23 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-18
416 Fri Nov 23 2006 --> Fri Nov 17 2006 or Thu Nov 23 2006 or Fri Nov 24 2006 or ....
417 - Adjust wording on post-upgrade page [SME: 2076]
418
419 * Tue Nov 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-17
420 - Clean up post-upgrade page LogFile display [SME: 2077]
421
422 * Tue Nov 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-16
423 - Fix post-upgrade page handling [SME: 2077]
424 - TODO: Add persistent RebootRequired handling so that the reconfigure
425 page is displayed from other sessions
426 - TODO: Re-add display of LogFile prior to reconfigure
427
428 * Thu Nov 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-15
429 Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
430 - Add dependency on yum-plugin-fastestmirror [SME: 1163]
431 - Alpha sort dependencies
432
433 * Thu Nov 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-14
434 Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
435 - Add MirrorList options to each of the SME repos [SME: 1163]
436
437 * Thu Nov 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-13
438 Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
439 - Put back missed patch for post-upgrade [SME: 2071]
440
441 * Thu Nov 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-12
442 Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
443 - Re-add post-upgrade handling [SME: 2071]
444 - Display yum output
445 - Lower refresh to 3 seconds from 10
446
447 * Thu Nov 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-11
448 - Add Federico Simoncelli's smeserver plugin for yum [SME: 59]
449 - TODO: Add post-upgrade page handling
450
451 * Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-10
452 - Add distroverpkg to set release version for CentOS packages [SME: 1163]
453
454 * Thu Nov 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-09
455 - Allow MirrorList property to be optional [SME: 1163]
456
457 * Thu Nov 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-08
458 - Add mirrorlist option to CentOS repos via MirrorList db property [SME: 1163]
459 - TODO: Create mirrorlist for SME repos.
460
461 * Thu Nov 9 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-07
462 - Explicitly unset reposdir so we ignore the CentOS repo files [SME: 1905]
463
464 * Fri Sep 1 2006 Charlie Brady <charlieb@e-smith.com> 1.2.0-06
465 - Fix quoting in yum wrapper script. [SME: 1894]
466
467 * Mon May 1 2006 Charlie Brady <charlieb@e-smith.com> 1.2.0-05
468 - Remove stray yum.pm.orig file. [SME: 1350]
469
470 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-04
471 - Also display yum output if the yum command fails, e.g. due to an
472 existing yum lock. [SME: 1110]
473
474 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-03
475 - Update the yum dbs in yum-modify in case the repos have changed [SME: 1261]
476
477 * Tue Apr 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.2.0-02
478 - Capture and display yum output [SME: 1269]
479
480 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 1.2.0-01
481 - Roll stable stream version. [SME: 1016]
482
483 * Mon Mar 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-26
484 - And migrate old SME repo URLs to new paths [SME: 951]
485
486 * Mon Mar 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-25
487 - Change SME Server repo URLs to match repo names so we avoid confusion
488 with CentOS repos and can remove the symlinks [SME: 951]
489
490 * Mon Mar 6 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-24
491 - Don't force the BaseURL properties - just set defaults [SME: 951]
492
493 * Wed Feb 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-23
494 - Default smeupdates-testing repository to Visible, disabled [SME: 846]
495
496 * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-22
497 - Do not suggest post-upgrade/reboot if no rpms were installed or
498 removed. [SME: 676]
499
500 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-21
501 - Run post-upgrade and reboot in the background so that the front page
502 can be displayed without the "Your system needs to be rebooted"
503 warning - it's already getting one by then. [SME: 611]
504 - Adjust reconfiguration wording [SME: 611]
505
506 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-20
507 - And add L10N for newly exposed unlocalised message [SME: 611]
508
509 * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-19
510 - Catch error return status from yum commands [SME: 611]
511
512 * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-18
513 - Adjust wording in yum wrapper [SME: 676]
514
515 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-17
516 - And change "A reboot will be required" to
517 "A reboot will be initiated" in the post-upgrade panel [SME: 199]
518
519 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-16
520 - Bring back post-upgrade page after performing updates [SME: 199]
521 - Force a reboot after the post-upgrade command [SME: 199]
522
523 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-15
524 - Add wrapper /sbin/e-smith/yum to remind people to
525 post-upgrade/reboot [SME: 199]
526
527 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-14
528 - Force yum{AutoInstallUpdates} to disabled and remove toggle from
529 panel for now [SME: 525]
530
531 * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-13
532 - And make them Visible=no by default [SF: 1362528]
533
534 * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-12
535 - Disable centos base/updates/contrib repos by default [SF: 1362528]
536
537 * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-11
538 - Show repositories which are either Visible or enabled [SF: 1362529]
539
540 * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10
541 - Disable automatic updates by default [SF: 1362526]
542
543 * Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-09
544 - Add Conflicts: centos-yumconf [SF: 1356006]
545
546 * Tue Nov 8 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08
547 - Don't force a post-upgrade/reboot after changes. We don't need to
548 do it in most cases [SF: 1304387, 1349946]
549
550 * Fri Oct 28 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07
551 - Allow optional GPGKey property [SF: 1332624]
552
553 * Fri Oct 28 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06
554 - Change CentOS BaseURL values back to /centos/4 [SF: 1334861]
555 - Generate all repositories in /etc/yum.conf with enabled=0/1 [SF: 1332624]
556 - Only display "Visible" repositories in the server-manager panel [SF: 1332624]
557
558 * Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05
559 - Move all L10Ns to smeserver-locale [SF: 1309520]
560
561 * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-04
562 - Fix up auto-selection of all updates [SF: 1321887]
563
564 * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-03
565 - Remove navigation-conf-hidden [SF: 1315730]
566
567 * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
568 - Require GPG signatures on all yum packages
569
570 * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01
571 - Roll new tarball, patches to 1.1.1-07
572
573 * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-07
574 - And another [SF: 1301044]
575
576 * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-06
577 - Correction to French L10N - Thanks Didier Rambeau [SF: 1301044]
578
579 * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-05
580 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
581
582 * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-04
583 - Added lots of RPM GPG keys [SF: 1309195]
584
585 * Thu Sep 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-03
586 - It's obsoletes=1 [SF: 1306265]
587
588 * Thu Sep 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-02
589 - Added obsoletes option to yum.conf [SF: 1306265]
590
591 * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-01
592 - Rolled patches up to 1.1.0-26
593 - Added German L10N
594
595 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-26
596 - Typo fix - add space between 'yum' and options
597
598 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-25
599 - Increase debug and error level so we at least capture yum output
600 in the messages log [SF: 1218082]
601
602 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-24
603 - Need to return a hash, with key equal to package.arch [SF: 1298468]
604
605 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-23
606 - Display version and repository in picklists [SF: 1298468]
607
608 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-22
609 - Change 1/0 values for GPGCheck and EnableGroups to yes/no
610 It's more readable in the DB and also works around a bug [SF: 1303885]
611
612 * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-21
613 - Wrap HTML escapes in Fr lexicon in CDATA blocks [SF: 1302289]
614
615 * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-20
616 - Remove XXX - FIXMEs from French lexicon [SF: 1301044]
617
618 * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-19
619 - French L10N fix [SF: 1266152]
620
621 * Mon Sep 12 2005 chris burnat <cburnat@burnat.com> 1.1.0-18
622 - Fix equal greater than (=>) to (>=) in two instances in spec file.
623
624 * Mon Sep 5 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-17
625 - Change centos BaseURL entries from /centos/4/ to /centos/4.1/ as
626 it appears that some mirrors aren't following the symlinks correctly
627 - Move BaseURL settings into force fragments as they will need to
628 change as we update the base [SF: 1272438]
629
630 * Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-16
631 - Remove XXX entries from panel text [SF: 1267315]
632
633 * Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-15
634 - Fix status check in yum cron job - Thanks Filippo Carletti [SF: 1266967]
635
636 * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com> 1.1.0-14
637 - Change dependency to rpmdb-CentOS
638
639 * Mon Aug 15 2005 Gordon Rowell <gordonr@gormand.com.au>
640 - [1.1.0-13]
641 - Add dependency on rpmdb package
642
643 * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
644 - [1.1.0-12]
645 - And remove now unused action scripts
646
647 * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
648 - [1.1.0-11]
649 - Removed the old pre-FM panels, which we haven't used or displayed for
650 a while
651
652 * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
653 - [1.1.0-10]
654 - Relocate dbs to /home/e-smith/db. Note yum_update_dbs avoids the
655 ConfigDB interface for speed and to reduce log noise. Maybe it
656 shouldn't, which would give a record of nightly changes.
657
658 * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
659 - [1.1.0-09]
660 - French localisation - Merci Didier Rambeau [SF: 1234929]
661
662 * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
663 - [1.1.0-08]
664 - Fix cron.daily ordering so yum_update_dbs gets a chance to fix
665 the yum flag file before the standard yum cron job runs [SF: 1237639]
666 - Clean up various old cron jobs which are no longer used
667 - Change cron job template into a shell script
668
669 * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
670 - [1.1.0-07]
671 - Remove pid file check - yum leaves stale pid files when an action
672 fails, but cleans up next time. Since we're calling yum, it can
673 do the work. Death to pid files.
674
675 * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
676 - [1.1.0-06]
677 - Adjusted repository names sme{addons,core,dev,test,updates} ->
678 addons,os,dev,test,updates
679 - Added updates-testing
680 - Changed BaseURL to use mirror.contribs.org/pub/smeserver for consistency
681 across mirrors
682 - Drop /7.0alpha/ to /7/
683
684 * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
685 - [1.1.0-05]
686 - Fix creation of event links
687
688 * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
689 - [1.1.0-04]
690 - Remove all other instances of services2adjust once for yum, and use
691 the action script instead to avoid an endless run of yum_update_dbs
692
693 * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
694 - [1.1.0-03]
695 - Add exec to yum service run script
696 - Add action script to update DBs as required, including 'local' event
697 - TODO: Work out why services2adjust 'once' loops forever on this service
698
699 * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
700 - [1.1.0-02]
701 - Add Provides: yumconf [SF: 1230970]
702 - Cater for new yum output format, and only pick package lines from
703 output [SF: 1230971]
704
705 * Thu Jun 30 2005 Gordon Rowell <gordonr@gormand.com.au>
706 - [1.1.0-01gr22]
707 - Change from CentOS 3 to CentOS 4
708 - Remove force fragment for stunnel since we now ship the CentOS RPM
709
710 * Fri Jun 10 2005 Gordon Rowell <gordonr@gormand.com.au>
711 - [1.1.0-01gr21]
712 - Import keys in bootstrap-console-save rather than post-{install,upgrade}
713
714 * Fri Jun 10 2005 Gordon Rowell <gordonr@gormand.com.au>
715 - [1.1.0-01gr20]
716 - Populate /usr/share/rpm-gpg-keys with various RPM-GPG-KEY files
717 we might want to use
718 - Add script to import keys
719 - TODO: Clean out duplicate key copies
720
721 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
722 - [1.1.0-01gr19]
723 - Comment out 'once' invocation in local event - it seems to loop
724 - Change cron job to do the 'runsvctrl once' invocation
725
726 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
727 - [1.1.0-01gr18]
728 - Fix up exit status warning.
729
730 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
731 - [1.1.0-01gr17]
732 - Don't bother checking the exit status of yum, since yum may
733 return non-zero for failure or for "no matching groups/packages".
734 TODO: We should probably work out how to tell between these.
735
736 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
737 - [1.1.0-01gr16]
738 - Make it a supervised service, but one which we only run
739 "once" when we need it [SF: 1216096]
740
741 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
742 - [1.1.0-01gr15]
743 - Don't try to grab the yum.pid file with Proc::PID_File as then
744 we can't actually run yum commands [SF: 1216097]
745
746 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
747 - [1.1.0-01gr14]
748 - Add yum_update_dbs into a supervised service so we don't have
749 to wait for it at boot time [SF: 1216096]
750
751 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
752 - [1.1.0-01gr13]
753 - Unlink tmp files if yum command fails and we exit early
754
755 * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
756 - [1.1.0-01gr12]
757 - Check for another running yum process [SF: 1216097]
758 - Don't update the databases if the yum command fails [SF: 1216097]
759
760 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
761 - [1.1.0-01gr11]
762 - Use the dump RPM from CentOS [SF: 1214055]
763
764 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
765 - [1.1.0-01gr10]
766 - Invert exit status of system()
767
768 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
769 - [1.1.0-01gr09]
770 - Move management of /var/lock/subsys/yum into yum_updates_dbs action script
771 - Call yum_update_dbs in local event - after the system is up and running
772 - Remove commented out panel references
773
774 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
775 - [1.1.0-01gr08]
776 - Default gpgcheck off, except for base/updates/smecore/smeupdates
777 - Default yum{AutoInstallUpdates} == enabled
778 - Add code to manage /var/lock/subsys/yum, which controls daily updates
779 in /etc/cron.daily/yum
780
781 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
782 - [1.1.0-01gr07]
783 - Deal with the case when the list of updates is empty
784 - Put a header on each of the yum_* dbs
785
786 * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
787 - [1.1.0-01gr06]
788 - Rename centos repositories to match the centos-yumcache names
789 - Remove pkgpolicy=last and repository ordering.
790 - Add Exclude= properties to CentOS base and updates for packages which
791 are modified for the SMEServer releases
792 - INSTALL: Need to manually remove old version of yum_repositories DB
793
794 * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
795 Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
796 - [1.1.0-01gr05]
797 - Add enable/disable repository support to configuration page
798
799 * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
800 Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
801 - [1.1.0-01gr04]
802 - Hide empty group/package select boxes
803
804 * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
805 - [1.1.0-01gr03]
806 - Change BaseURLs for smeserver repositories to ..../7.0alpha/ until we
807 add FollowSymlinks to httpd.conf
808
809 * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
810 - [1.1.0-01gr02]
811 - Add post-upgrade configuration page
812 - Hide Darrell's original panels
813 - Remove historical event directories
814 - TODO: Page for adding/deleting repositories
815 - TODO: yum-arch local repositories
816
817 * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
818 - [1.1.0-01gr01]
819 - Roll to 1.1.0
820
821 * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
822 - [1.0.0-04gr30]
823 - Call yum_update_dbs during the actions so the db state is correct
824
825 * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
826 - [1.0.0-04gr29]
827 - Create empty yum_{available,installed,updates} dbs in SPEC file
828 - Display the available repositories, and provide a select box
829 to allow them to be enabled/disabled.
830 - Add dependency on recent CGI::FormMagick so that the select options work
831
832 * Thu May 26 2005 Gordon Rowell <gordonr@gormand.com.au>
833 - [1.0.0-04gr28]
834 - Introduce yum_repositories database and convert yum.conf template
835 - Introduce yum_repositories database and convert yum.conf template
836 - Set defaults, which can be overridden on a per-repository basis:
837 yum{EnableGroups}==0
838 yum{GPGCheck}==1
839
840 * Sat May 21 2005 Gordon Rowell <gordonr@gormand.com.au>
841 - [1.0.0-04gr27]
842 - Add contrib group from CentOS and contribs.org repositories
843
844 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
845 - [1.0.0-04gr26]
846 - Change configuration event to yum-modify since we need
847 yum-update for other purposes
848 - TODO: Need to update yum_* dbs after we perform an action
849 so the panel status matches reality. For speed, we should
850 probably delete the entries directly.
851 - TODO: Some yum comands take a long time, probably too long for
852 the manager.
853 - TODO: Capture the yum output
854
855 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
856 - [1.0.0-04gr25]
857 - Fix CGI parameter passing
858
859 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
860 - [1.0.0-04gr24]
861 - Add actions for install/remove/update
862 - TODO: groupremove needs to pull apart the group and remove
863 packages individually
864
865 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
866 - [1.0.0-04gr23]
867 - Major cleanup of yum.pm, refactoring lots of code
868 - Note: Depends on CGI::FormMagick patch from [SF:1205448]
869
870 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
871 - [1.0.0-04gr22]
872 - Changed yum{ShowPackages} to yum{PackageFunctions}
873 - Added enable/disable toggle to panel and fleshed out
874 change_settings() so that the settings are saved
875 - TODO: Actually signal-event yum-update
876
877 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
878 - [1.0.0-04gr21]
879 - Change button labels for consistency
880 - TODO: Deal with degenerate case where no groups exist
881
882 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
883 - [1.0.0-04gr20]
884 - Show groups in the panel
885 - Hide the ability to install/remove individual packages by default
886 - To enable, set yum{ShowPackages}=yes
887 - Add a tst group, courtesy of Greg Swallow
888
889 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
890 - [1.0.0-04gr19]
891 - List available/installed/updates for yum groups as well
892 - Create yum_installed db and use that instead of /var/log/rpmpkgs
893 for orthogonality. We also update all three DBs with one action.
894
895 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
896 - [1.0.0-04gr18]
897 - enablegroups for smeserver, but disable them for centos
898
899 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
900 - [1.0.0-04gr17]
901 - For consistency, sort extras before os as well
902
903 * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
904 - [1.0.0-04gr16]
905 - Set pkgpolicy=last, put centos groups before smeserver groups, and
906 ensure that the group labels are sortable
907
908 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
909 - [1.0.0-04gr15]
910 - Comment out the smeserver parts of yum.conf for now
911
912 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
913 - [1.0.0-04gr14]
914 - Fill in removable packages from /var/log/rpmpkgs, updated nightly
915 by a cronjob in the rpm package.
916 TODO: We should probably run the cron job just before displaying
917 this panel
918
919 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
920 - [1.0.0-04gr13]
921 - Rough in install/remove pages
922
923 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
924 - [1.0.0-04gr12]
925 - Add configuration page to panel
926
927 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
928 - [1.0.0-04gr11]
929 - Fix up conf-yum and /etc/yum.conf links
930
931 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
932 - [1.0.0-04gr10]
933 - Clean up daily cronjobs, and check whether yum is enabled in each of them
934 - Remove /var/service/yum - we don't need to run all the time
935 - Make use of new templates.metadata to remove conf-yum script entirely
936
937 * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
938 - [1.0.0-04gr09]
939 - Rewrite yum.conf templates to depend on:
940 sysconfig{ReleaseVersion}
941 sysconfig{BaseDistro}
942 sysconfig{BaseDistroVersion}
943
944 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
945 - [1.0.0-04gr08]
946 - Initial FormMagick panel using new databases
947
948 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
949 - [1.0.0-04gr07]
950 - And put yum_update_dbs in the right directory...
951
952 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
953 - [1.0.0-04gr06]
954 - Add /sbin/e-smith/yum_update_dbs
955
956 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
957 - [1.0.0-04gr05]
958 - Change db names and fix yum list updates command
959
960 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
961 - [1.0.0-04gr04]
962 - Generate esmith::DB files from the yum output, as it's so much
963 easier to deal with them later in panels, etc.
964
965 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
966 - [1.0.0-04gr03]
967 - Change output path of yum list commands
968
969 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
970 - [1.0.0-04gr02]
971 - Fix up init.d/supervise/yum symlink
972 - Create /service symlink
973 - Ensure correct permissions on supervise bits and pieces
974
975 * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
976 - [1.0.0-04gr01]
977 - Change default type for yum to service
978 - Add yum{status}==enabled
979 - Create /var/log/yum in build
980 - Add yum service directory and startup
981
982 * Mon Mar 01 2004 Darrell May <dmay@myezserver.com>
983 - [1.0.0-03dmay]
984 - bugfix to yum-config missing db set {Arch,Check}Repository
985 * Sun Feb 29 2004 Darrell May <dmay@myezserver.com>
986
987 - [1.0.0-02dmay]
988 - major updates to yum panels, templates
989 * Sun Feb 08 2004 Darrell May <dmay@myezserver.com>
990
991 - [1.0.0-01_beta]
992 - initial beta release
993 - added yum-remove panel
994 - updated all panels, events, actions
995 * Sat Feb 07 2004 Darrell May <dmay@myezserver.com>
996
997 - [0.0.1a-09]
998 - added yum-post panel
999 - updated yum-{update,available} panels
1000 - updated yum-install-{available,update} events & actions
1001
1002 * Tue Feb 03 2004 Darrell May <dmay@myezserver.com>
1003 - [0.0.1a-08]
1004 - added pre-alpha yum-{update,available} panels
1005 - renamed all panels yum-panelname
1006
1007 * Mon Feb 02 2004 Darrell May <dmay@myezserver.com>
1008 - [0.0.1a-07]
1009 - updated yum-check-repository template and action to accept --nomail commandline option
1010 - updated yumcheck panel to issue --nomail commandline option
1011
1012 * Sun Feb 01 2004 Darrell May <dmay@myezserver.com>
1013 - [0.0.1a-06]
1014 - added yumcheck server-manager panel
1015 - updated cron.daily/yum-check-repository template
1016 - change log file name to yum-check-repository.log
1017
1018 * Sat Jan 31 2004 Darrell May <dmay@myezserver.com>
1019 - [0.0.1a-05]
1020 - added yumconfig server-manager panel
1021 - added yum-post-{install,remove} events
1022 - added navigation-conf-hidden action
1023
1024 * Mon Jan 26 2004 Darrell May <dmay@myezserver.com>
1025 - [0.0.1a-04]
1026 - moved cron.hourly actions to cron.daily
1027 - added yum-update event
1028 - added yum-arch-repository yum-check-repository actions
1029 - added yum-install-updates yum-install-available actions
1030 - removed %post entries, created db defaults
1031
1032 * Sun Jan 25 2004 Darrell May <dmay@myezserver.com>
1033 - [0.0.1a-03]
1034 - yum-check-repository, changed to run 'yum list'
1035 - yum-arch-repository, added support for multiple archive repositories
1036
1037 * Sat Jan 24 2004 Darrell May <dmay@myezserver.com>
1038 - [0.0.1a-02]
1039 - fix db typo UpdateURL to UpdatesUrl
1040 - added cron.hourly/yum-check-repository & yum-arch-repository
1041 - updated actions/conf-yum
1042
1043 * Thu Jan 22 2004 Darrell May <dmay@myezserver.com>
1044 - [0.0.1a-01]
1045 - Original version

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed