/[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.20 - (hide annotations) (download)
Wed Jan 23 04:38:16 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-18_el7_sme
Changes since 1.19: +7 -2 lines
* Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-18.sme
- add message to indicate EOL after Jun 30 2024 fix [SME: 10170]

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

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