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

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

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


Revision 1.13 - (hide annotations) (download)
Thu Mar 23 17:40:16 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
Changes since 1.12: +2 -2 lines
* Mon Mar 20 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme
- remove centos contrib repo [SME: 10156]

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

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