/[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.11 - (hide annotations) (download)
Sat Feb 25 21:04:03 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-11_el7_sme
Changes since 1.10: +8 -2 lines
* Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme
- added centos SCLo SIG gpg rpm signing key [SME: 10119]
- will allow to install SCL packages directly from smecontribs

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

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