/[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.3 - (hide annotations) (download)
Wed Mar 23 12:10:51 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-3_el7_sme
Changes since 1.2: +69 -48 lines
* Wed Mar 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme
- yum points now to SME10 mirrors [SME: 9377]
- moved changelog at the end of file
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
  Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
  Fri Nov 23 2006 --> Fri Nov 17 2006 or Thu Nov 23 2006 or Fri Nov 24 2006 or ....

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

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