/[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.5 - (hide annotations) (download)
Fri May 27 11:42:09 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-5_el7_sme
Changes since 1.4: +7 -3 lines
* Fri May 27 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme
- adding Koozali SME10, EPEL7 and Centos7 gpg keys [SME: 9533]

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

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