/[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.9 - (hide annotations) (download)
Sat Feb 18 17:06:46 2017 UTC (7 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-9_el7_sme
Changes since 1.8: +9 -2 lines
* Sat Feb 18 2017 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-9.sme
- Added smeserver-yum-2.6.0.bz8705.avoidReboot.patch
- code by stefano zamboni <zamboni@mind-at-work.it>
- Avoid to reboot after the installation of a smeserver-* package

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

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