/[smeserver]/rpms/smeserver-yum/sme9/smeserver-yum.spec
ViewVC logotype

Annotation of /rpms/smeserver-yum/sme9/smeserver-yum.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.32 - (hide annotations) (download)
Thu Dec 3 22:01:16 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-30_el6_sme, HEAD
Changes since 1.31: +9 -2 lines
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-30.sme
- fix EOL patch to switch to vault [SME: 10250]
  fix string capture
  add default to 6.10 in case of failure
  add option to set it yourself via eolversion property of yum in config
  fix Mirrorlist preventing the BaseURL setting

1 jpp 1.32 # $Id: smeserver-yum.spec,v 1.31 2020/01/28 21:08:54 jpp Exp $
2 slords 1.1
3     %define name smeserver-yum
4     Summary: YUM, an rpm updater
5     Name: %{name}
6     %define version 2.4.0
7 jpp 1.32 %define release 30
8 slords 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: SMEServer/addon
12     Source: %{name}-%{version}.tar.xz
13 vip-ire 1.3 Patch1: smeserver-yum-2.4.0-addons_fasttrack.patch
14 slords 1.4 Patch2: smeserver-yum-2.4.0-updatekeys.patch
15 wellsi 1.6 Patch3: smeserver-yum-2.4.0-SoftwareUpdate.patch
16 wellsi 1.7 Patch4: smeserver-yum-2.4.0-Check4Updates.patch
17 vip-ire 1.9 Patch5: smeserver-yum-2.4.0-protected_packages.patch
18 stephdl 1.10 Patch6: smeserver-yum-2.4.0.check4updates_to_smecontribs.patch
19 vip-ire 1.14 Patch7: smeserver-yum-2.4.0-can_update_contribs_1_by_1.patch
20 unnilennium 1.15 Patch8: smeserver-yum-2.4.0.bz9902.remiGPG.patch
21 unnilennium 1.17 Patch9: smeserver-yum-2.4.0.bz10102.scloGPGkey.patch
22 unnilennium 1.18 Patch10: smeserver-yum-2.4.0.bz10264.patch
23 jpp 1.25 Patch11: smeserver-yum-2.2.0-bz10171-SME9eol.patch
24     Patch12: smeserver-yum-2.4.0-bz10741-openfusion.patch
25 jpp 1.26 Patch13: smeserver-yum-2.4.0.bz10250.CentOSVault.onEOL.patch
26    
27 slords 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 slords 1.5 Obsoletes: yum-protect-packages <= 1.1.16
41 unnilennium 1.19 Requires: yum-plugin-post-transaction-actions
42 slords 1.1 Requires: mailx
43 jpp 1.29 Requires: perl(File::Slurp)
44 slords 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
45     Conflicts: centos-yumconf
46     AutoReqProv: no
47     %description
48     %name is an implementation of http://linux.duke.edu/projects/yum on SME Server
49    
50     %changelog
51 jpp 1.32 * Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-30.sme
52     - fix EOL patch to switch to vault [SME: 10250]
53     fix string capture
54     add default to 6.10 in case of failure
55     add option to set it yourself via eolversion property of yum in config
56     fix Mirrorlist preventing the BaseURL setting
57    
58 jpp 1.31 * Tue Jan 28 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-29.sme
59 jpp 1.30 - fix last patch [SME: 10250]
60    
61 jpp 1.29 * Mon Dec 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-27.sme
62     - add requirement for perl(File::Slurp) [SME: 10250]
63    
64 jpp 1.28 * Thu Dec 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-26.sme
65 jpp 1.26 - switch to vault for upstream repos after EOL [SME: 10250]
66    
67 jpp 1.25 * Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-23.sme
68     - add openfusion gpg key [SME: 10741]
69    
70 jpp 1.24 * Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-22.sme
71 jpp 1.23 - update patch for EOL [SME: 10171]
72    
73 jpp 1.22 * Tue Jan 22 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-20.sme
74 jpp 1.20 - add message to indicate EOL after Nov 30 2020 fix [SME: 10171]
75    
76 unnilennium 1.19 * Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-17.sme
77 jpp 1.20 - add yum-plugin-post-transaction-actions as requirement [SME: 10191]
78 unnilennium 1.19
79 unnilennium 1.18 * Wed May 03 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-16.sme
80     - add rpmfusion free el6 RPM GPG key [SME: 10264]
81    
82 unnilennium 1.17 * Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-15.sme
83     - added centos SCLo SIG gpg rpm signing key [SME: 10102]
84     - wil allow to install SCL packages directly from smecontribs
85    
86     * Sun Jan 08 2017 BogusDateBot
87     - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
88     by assuming the date is correct and changing the weekday.
89     Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
90     Wed Mar 06 2006 --> Wed Mar 01 2006 or Mon Mar 06 2006 or Wed Mar 08 2006 or ....
91     Fri Nov 16 2006 --> Fri Nov 10 2006 or Thu Nov 16 2006 or Fri Nov 17 2006 or ....
92     Fri Nov 23 2006 --> Fri Nov 17 2006 or Thu Nov 23 2006 or Fri Nov 24 2006 or ....
93    
94 unnilennium 1.16 * Fri Jan 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-14.sme
95 unnilennium 1.15 - add Remi Collet RPM GPG KEY [SME: 9902]
96 unnilennium 1.16 - bump 13 to 14 to cvs add patch
97 unnilennium 1.15
98 vip-ire 1.14 * 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 stephdl 1.13 * 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 stephdl 1.12 * 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 stephdl 1.10 * Wed Nov 19 2014 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme
109 stephdl 1.11 - Added a check-update for the smecontribs repository [SME: 8672]
110 stephdl 1.10
111 vip-ire 1.9 * 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 wellsi 1.7 * Fri Mar 22 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
115 wellsi 1.8 - Change order of mail options in check4updates [SME: 7504]
116 wellsi 1.7
117 wellsi 1.6 * 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 slords 1.5 * 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 slords 1.4 * 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 vip-ire 1.3 * 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 slords 1.2 * 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 slords 1.1 * 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.17 * 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 slords 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.17 * 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 slords 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.17 * 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 slords 1.1 - Add dependency on yum-plugin-fastestmirror [SME: 1163]
349     - Alpha sort dependencies
350    
351 unnilennium 1.17 * 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 slords 1.1 - Add MirrorList options to each of the SME repos [SME: 1163]
354    
355 unnilennium 1.17 * 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 slords 1.1 - Put back missed patch for post-upgrade [SME: 2071]
358    
359 unnilennium 1.17 * 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 slords 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.17 * Mon Mar 06 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-26
402     Wed Mar 06 2006 --> Wed Mar 01 2006 or Mon Mar 06 2006 or Wed Mar 08 2006 or ....
403 slords 1.1 - And migrate old SME repo URLs to new paths [SME: 951]
404    
405 unnilennium 1.17 * Mon Mar 06 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-25
406     Wed Mar 06 2006 --> Wed Mar 01 2006 or Mon Mar 06 2006 or Wed Mar 08 2006 or ....
407 slords 1.1 - Change SME Server repo URLs to match repo names so we avoid confusion
408     with CentOS repos and can remove the symlinks [SME: 951]
409    
410 unnilennium 1.17 * Mon Mar 06 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-24
411     Wed Mar 06 2006 --> Wed Mar 01 2006 or Mon Mar 06 2006 or Wed Mar 08 2006 or ....
412 slords 1.1 - Don't force the BaseURL properties - just set defaults [SME: 951]
413    
414     * Wed Feb 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-23
415     - Default smeupdates-testing repository to Visible, disabled [SME: 846]
416    
417     * Thu Feb 16 2006 Charlie Brady <charlie_brady@mitel.com> 1.1.2-22
418     - Do not suggest post-upgrade/reboot if no rpms were installed or
419     removed. [SME: 676]
420    
421     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-21
422     - Run post-upgrade and reboot in the background so that the front page
423     can be displayed without the "Your system needs to be rebooted"
424     warning - it's already getting one by then. [SME: 611]
425     - Adjust reconfiguration wording [SME: 611]
426    
427     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-20
428     - And add L10N for newly exposed unlocalised message [SME: 611]
429    
430     * Thu Feb 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-19
431     - Catch error return status from yum commands [SME: 611]
432    
433     * Tue Feb 7 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-18
434     - Adjust wording in yum wrapper [SME: 676]
435    
436     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-17
437     - And change "A reboot will be required" to
438     "A reboot will be initiated" in the post-upgrade panel [SME: 199]
439    
440     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-16
441     - Bring back post-upgrade page after performing updates [SME: 199]
442     - Force a reboot after the post-upgrade command [SME: 199]
443    
444     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-15
445     - Add wrapper /sbin/e-smith/yum to remind people to
446     post-upgrade/reboot [SME: 199]
447    
448     * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-14
449     - Force yum{AutoInstallUpdates} to disabled and remove toggle from
450     panel for now [SME: 525]
451    
452     * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-13
453     - And make them Visible=no by default [SF: 1362528]
454    
455     * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-12
456     - Disable centos base/updates/contrib repos by default [SF: 1362528]
457    
458     * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-11
459     - Show repositories which are either Visible or enabled [SF: 1362529]
460    
461     * Mon Nov 21 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-10
462     - Disable automatic updates by default [SF: 1362526]
463    
464     * Mon Nov 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-09
465     - Add Conflicts: centos-yumconf [SF: 1356006]
466    
467     * Tue Nov 8 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-08
468     - Don't force a post-upgrade/reboot after changes. We don't need to
469     do it in most cases [SF: 1304387, 1349946]
470    
471     * Fri Oct 28 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-07
472     - Allow optional GPGKey property [SF: 1332624]
473    
474     * Fri Oct 28 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-06
475     - Change CentOS BaseURL values back to /centos/4 [SF: 1334861]
476     - Generate all repositories in /etc/yum.conf with enabled=0/1 [SF: 1332624]
477     - Only display "Visible" repositories in the server-manager panel [SF: 1332624]
478    
479     * Fri Oct 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-05
480     - Move all L10Ns to smeserver-locale [SF: 1309520]
481    
482     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-04
483     - Fix up auto-selection of all updates [SF: 1321887]
484    
485     * Mon Oct 10 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-03
486     - Remove navigation-conf-hidden [SF: 1315730]
487    
488     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-02
489     - Require GPG signatures on all yum packages
490    
491     * Fri Oct 7 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.2-01
492     - Roll new tarball, patches to 1.1.1-07
493    
494     * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-07
495     - And another [SF: 1301044]
496    
497     * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-06
498     - Correction to French L10N - Thanks Didier Rambeau [SF: 1301044]
499    
500     * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-05
501     - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
502    
503     * Fri Sep 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-04
504     - Added lots of RPM GPG keys [SF: 1309195]
505    
506     * Thu Sep 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-03
507     - It's obsoletes=1 [SF: 1306265]
508    
509     * Thu Sep 29 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-02
510     - Added obsoletes option to yum.conf [SF: 1306265]
511    
512     * Mon Sep 26 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.1-01
513     - Rolled patches up to 1.1.0-26
514     - Added German L10N
515    
516     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-26
517     - Typo fix - add space between 'yum' and options
518    
519     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-25
520     - Increase debug and error level so we at least capture yum output
521     in the messages log [SF: 1218082]
522    
523     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-24
524     - Need to return a hash, with key equal to package.arch [SF: 1298468]
525    
526     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-23
527     - Display version and repository in picklists [SF: 1298468]
528    
529     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-22
530     - Change 1/0 values for GPGCheck and EnableGroups to yes/no
531     It's more readable in the DB and also works around a bug [SF: 1303885]
532    
533     * Sun Sep 25 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-21
534     - Wrap HTML escapes in Fr lexicon in CDATA blocks [SF: 1302289]
535    
536     * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-20
537     - Remove XXX - FIXMEs from French lexicon [SF: 1301044]
538    
539     * Fri Sep 23 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-19
540     - French L10N fix [SF: 1266152]
541    
542     * Mon Sep 12 2005 chris burnat <cburnat@burnat.com> 1.1.0-18
543     - Fix equal greater than (=>) to (>=) in two instances in spec file.
544    
545     * Mon Sep 5 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-17
546     - Change centos BaseURL entries from /centos/4/ to /centos/4.1/ as
547     it appears that some mirrors aren't following the symlinks correctly
548     - Move BaseURL settings into force fragments as they will need to
549     change as we update the base [SF: 1272438]
550    
551     * Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-16
552     - Remove XXX entries from panel text [SF: 1267315]
553    
554     * Wed Aug 24 2005 Gordon Rowell <gordonr@gormand.com.au> 1.1.0-15
555     - Fix status check in yum cron job - Thanks Filippo Carletti [SF: 1266967]
556    
557     * Wed Aug 17 2005 Charlie Brady <charlieb@e-smith.com> 1.1.0-14
558     - Change dependency to rpmdb-CentOS
559    
560     * Mon Aug 15 2005 Gordon Rowell <gordonr@gormand.com.au>
561     - [1.1.0-13]
562     - Add dependency on rpmdb package
563    
564     * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
565     - [1.1.0-12]
566     - And remove now unused action scripts
567    
568     * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
569     - [1.1.0-11]
570     - Removed the old pre-FM panels, which we haven't used or displayed for
571     a while
572    
573     * Mon Jul 18 2005 Gordon Rowell <gordonr@gormand.com.au>
574     - [1.1.0-10]
575     - Relocate dbs to /home/e-smith/db. Note yum_update_dbs avoids the
576     ConfigDB interface for speed and to reduce log noise. Maybe it
577     shouldn't, which would give a record of nightly changes.
578    
579     * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
580     - [1.1.0-09]
581     - French localisation - Merci Didier Rambeau [SF: 1234929]
582    
583     * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
584     - [1.1.0-08]
585     - Fix cron.daily ordering so yum_update_dbs gets a chance to fix
586     the yum flag file before the standard yum cron job runs [SF: 1237639]
587     - Clean up various old cron jobs which are no longer used
588     - Change cron job template into a shell script
589    
590     * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
591     - [1.1.0-07]
592     - Remove pid file check - yum leaves stale pid files when an action
593     fails, but cleans up next time. Since we're calling yum, it can
594     do the work. Death to pid files.
595    
596     * Thu Jul 14 2005 Gordon Rowell <gordonr@gormand.com.au>
597     - [1.1.0-06]
598     - Adjusted repository names sme{addons,core,dev,test,updates} ->
599     addons,os,dev,test,updates
600     - Added updates-testing
601     - Changed BaseURL to use mirror.contribs.org/pub/smeserver for consistency
602     across mirrors
603     - Drop /7.0alpha/ to /7/
604    
605     * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
606     - [1.1.0-05]
607     - Fix creation of event links
608    
609     * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
610     - [1.1.0-04]
611     - Remove all other instances of services2adjust once for yum, and use
612     the action script instead to avoid an endless run of yum_update_dbs
613    
614     * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
615     - [1.1.0-03]
616     - Add exec to yum service run script
617     - Add action script to update DBs as required, including 'local' event
618     - TODO: Work out why services2adjust 'once' loops forever on this service
619    
620     * Sat Jul 2 2005 Gordon Rowell <gordonr@gormand.com.au>
621     - [1.1.0-02]
622     - Add Provides: yumconf [SF: 1230970]
623     - Cater for new yum output format, and only pick package lines from
624     output [SF: 1230971]
625    
626     * Thu Jun 30 2005 Gordon Rowell <gordonr@gormand.com.au>
627     - [1.1.0-01gr22]
628     - Change from CentOS 3 to CentOS 4
629     - Remove force fragment for stunnel since we now ship the CentOS RPM
630    
631     * Fri Jun 10 2005 Gordon Rowell <gordonr@gormand.com.au>
632     - [1.1.0-01gr21]
633     - Import keys in bootstrap-console-save rather than post-{install,upgrade}
634    
635     * Fri Jun 10 2005 Gordon Rowell <gordonr@gormand.com.au>
636     - [1.1.0-01gr20]
637     - Populate /usr/share/rpm-gpg-keys with various RPM-GPG-KEY files
638     we might want to use
639     - Add script to import keys
640     - TODO: Clean out duplicate key copies
641    
642     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
643     - [1.1.0-01gr19]
644     - Comment out 'once' invocation in local event - it seems to loop
645     - Change cron job to do the 'runsvctrl once' invocation
646    
647     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
648     - [1.1.0-01gr18]
649     - Fix up exit status warning.
650    
651     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
652     - [1.1.0-01gr17]
653     - Don't bother checking the exit status of yum, since yum may
654     return non-zero for failure or for "no matching groups/packages".
655     TODO: We should probably work out how to tell between these.
656    
657     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
658     - [1.1.0-01gr16]
659     - Make it a supervised service, but one which we only run
660     "once" when we need it [SF: 1216096]
661    
662     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
663     - [1.1.0-01gr15]
664     - Don't try to grab the yum.pid file with Proc::PID_File as then
665     we can't actually run yum commands [SF: 1216097]
666    
667     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
668     - [1.1.0-01gr14]
669     - Add yum_update_dbs into a supervised service so we don't have
670     to wait for it at boot time [SF: 1216096]
671    
672     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
673     - [1.1.0-01gr13]
674     - Unlink tmp files if yum command fails and we exit early
675    
676     * Thu Jun 9 2005 Gordon Rowell <gordonr@gormand.com.au>
677     - [1.1.0-01gr12]
678     - Check for another running yum process [SF: 1216097]
679     - Don't update the databases if the yum command fails [SF: 1216097]
680    
681     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
682     - [1.1.0-01gr11]
683     - Use the dump RPM from CentOS [SF: 1214055]
684    
685     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
686     - [1.1.0-01gr10]
687     - Invert exit status of system()
688    
689     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
690     - [1.1.0-01gr09]
691     - Move management of /var/lock/subsys/yum into yum_updates_dbs action script
692     - Call yum_update_dbs in local event - after the system is up and running
693     - Remove commented out panel references
694    
695     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
696     - [1.1.0-01gr08]
697     - Default gpgcheck off, except for base/updates/smecore/smeupdates
698     - Default yum{AutoInstallUpdates} == enabled
699     - Add code to manage /var/lock/subsys/yum, which controls daily updates
700     in /etc/cron.daily/yum
701    
702     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
703     - [1.1.0-01gr07]
704     - Deal with the case when the list of updates is empty
705     - Put a header on each of the yum_* dbs
706    
707     * Fri Jun 3 2005 Gordon Rowell <gordonr@gormand.com.au>
708     - [1.1.0-01gr06]
709     - Rename centos repositories to match the centos-yumcache names
710     - Remove pkgpolicy=last and repository ordering.
711     - Add Exclude= properties to CentOS base and updates for packages which
712     are modified for the SMEServer releases
713     - INSTALL: Need to manually remove old version of yum_repositories DB
714    
715 unnilennium 1.17 * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
716     Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
717 slords 1.1 - [1.1.0-01gr05]
718     - Add enable/disable repository support to configuration page
719    
720 unnilennium 1.17 * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
721     Fri May 31 2005 --> Fri May 27 2005 or Tue May 31 2005 or Fri Jun 03 2005 or ....
722 slords 1.1 - [1.1.0-01gr04]
723     - Hide empty group/package select boxes
724    
725     * Tue May 31 2005 Gordon Rowell <gordonr@gormand.com.au>
726     - [1.1.0-01gr03]
727     - Change BaseURLs for smeserver repositories to ..../7.0alpha/ until we
728     add FollowSymlinks to httpd.conf
729    
730     * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
731     - [1.1.0-01gr02]
732     - Add post-upgrade configuration page
733     - Hide Darrell's original panels
734     - Remove historical event directories
735     - TODO: Page for adding/deleting repositories
736     - TODO: yum-arch local repositories
737    
738     * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
739     - [1.1.0-01gr01]
740     - Roll to 1.1.0
741    
742     * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
743     - [1.0.0-04gr30]
744     - Call yum_update_dbs during the actions so the db state is correct
745    
746     * Fri May 27 2005 Gordon Rowell <gordonr@gormand.com.au>
747     - [1.0.0-04gr29]
748     - Create empty yum_{available,installed,updates} dbs in SPEC file
749     - Display the available repositories, and provide a select box
750     to allow them to be enabled/disabled.
751     - Add dependency on recent CGI::FormMagick so that the select options work
752    
753     * Thu May 26 2005 Gordon Rowell <gordonr@gormand.com.au>
754     - [1.0.0-04gr28]
755     - Introduce yum_repositories database and convert yum.conf template
756     - Introduce yum_repositories database and convert yum.conf template
757     - Set defaults, which can be overridden on a per-repository basis:
758     yum{EnableGroups}==0
759     yum{GPGCheck}==1
760    
761     * Sat May 21 2005 Gordon Rowell <gordonr@gormand.com.au>
762     - [1.0.0-04gr27]
763     - Add contrib group from CentOS and contribs.org repositories
764    
765     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
766     - [1.0.0-04gr26]
767     - Change configuration event to yum-modify since we need
768     yum-update for other purposes
769     - TODO: Need to update yum_* dbs after we perform an action
770     so the panel status matches reality. For speed, we should
771     probably delete the entries directly.
772     - TODO: Some yum comands take a long time, probably too long for
773     the manager.
774     - TODO: Capture the yum output
775    
776     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
777     - [1.0.0-04gr25]
778     - Fix CGI parameter passing
779    
780     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
781     - [1.0.0-04gr24]
782     - Add actions for install/remove/update
783     - TODO: groupremove needs to pull apart the group and remove
784     packages individually
785    
786     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
787     - [1.0.0-04gr23]
788     - Major cleanup of yum.pm, refactoring lots of code
789     - Note: Depends on CGI::FormMagick patch from [SF:1205448]
790    
791     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
792     - [1.0.0-04gr22]
793     - Changed yum{ShowPackages} to yum{PackageFunctions}
794     - Added enable/disable toggle to panel and fleshed out
795     change_settings() so that the settings are saved
796     - TODO: Actually signal-event yum-update
797    
798     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
799     - [1.0.0-04gr21]
800     - Change button labels for consistency
801     - TODO: Deal with degenerate case where no groups exist
802    
803     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
804     - [1.0.0-04gr20]
805     - Show groups in the panel
806     - Hide the ability to install/remove individual packages by default
807     - To enable, set yum{ShowPackages}=yes
808     - Add a tst group, courtesy of Greg Swallow
809    
810     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
811     - [1.0.0-04gr19]
812     - List available/installed/updates for yum groups as well
813     - Create yum_installed db and use that instead of /var/log/rpmpkgs
814     for orthogonality. We also update all three DBs with one action.
815    
816     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
817     - [1.0.0-04gr18]
818     - enablegroups for smeserver, but disable them for centos
819    
820     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
821     - [1.0.0-04gr17]
822     - For consistency, sort extras before os as well
823    
824     * Fri May 20 2005 Gordon Rowell <gordonr@gormand.com.au>
825     - [1.0.0-04gr16]
826     - Set pkgpolicy=last, put centos groups before smeserver groups, and
827     ensure that the group labels are sortable
828    
829     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
830     - [1.0.0-04gr15]
831     - Comment out the smeserver parts of yum.conf for now
832    
833     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
834     - [1.0.0-04gr14]
835     - Fill in removable packages from /var/log/rpmpkgs, updated nightly
836     by a cronjob in the rpm package.
837     TODO: We should probably run the cron job just before displaying
838     this panel
839    
840     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
841     - [1.0.0-04gr13]
842     - Rough in install/remove pages
843    
844     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
845     - [1.0.0-04gr12]
846     - Add configuration page to panel
847    
848     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
849     - [1.0.0-04gr11]
850     - Fix up conf-yum and /etc/yum.conf links
851    
852     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
853     - [1.0.0-04gr10]
854     - Clean up daily cronjobs, and check whether yum is enabled in each of them
855     - Remove /var/service/yum - we don't need to run all the time
856     - Make use of new templates.metadata to remove conf-yum script entirely
857    
858     * Thu May 19 2005 Gordon Rowell <gordonr@gormand.com.au>
859     - [1.0.0-04gr09]
860     - Rewrite yum.conf templates to depend on:
861     sysconfig{ReleaseVersion}
862     sysconfig{BaseDistro}
863     sysconfig{BaseDistroVersion}
864    
865     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
866     - [1.0.0-04gr08]
867     - Initial FormMagick panel using new databases
868    
869     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
870     - [1.0.0-04gr07]
871     - And put yum_update_dbs in the right directory...
872    
873     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
874     - [1.0.0-04gr06]
875     - Add /sbin/e-smith/yum_update_dbs
876    
877     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
878     - [1.0.0-04gr05]
879     - Change db names and fix yum list updates command
880    
881     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
882     - [1.0.0-04gr04]
883     - Generate esmith::DB files from the yum output, as it's so much
884     easier to deal with them later in panels, etc.
885    
886     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
887     - [1.0.0-04gr03]
888     - Change output path of yum list commands
889    
890     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
891     - [1.0.0-04gr02]
892     - Fix up init.d/supervise/yum symlink
893     - Create /service symlink
894     - Ensure correct permissions on supervise bits and pieces
895    
896     * Fri May 13 2005 Gordon Rowell <gordonr@gormand.com.au>
897     - [1.0.0-04gr01]
898     - Change default type for yum to service
899     - Add yum{status}==enabled
900     - Create /var/log/yum in build
901     - Add yum service directory and startup
902    
903     * Mon Mar 01 2004 Darrell May <dmay@myezserver.com>
904     - [1.0.0-03dmay]
905     - bugfix to yum-config missing db set {Arch,Check}Repository
906     * Sun Feb 29 2004 Darrell May <dmay@myezserver.com>
907    
908     - [1.0.0-02dmay]
909     - major updates to yum panels, templates
910     * Sun Feb 08 2004 Darrell May <dmay@myezserver.com>
911    
912     - [1.0.0-01_beta]
913     - initial beta release
914     - added yum-remove panel
915     - updated all panels, events, actions
916     * Sat Feb 07 2004 Darrell May <dmay@myezserver.com>
917    
918     - [0.0.1a-09]
919     - added yum-post panel
920     - updated yum-{update,available} panels
921     - updated yum-install-{available,update} events & actions
922    
923     * Tue Feb 03 2004 Darrell May <dmay@myezserver.com>
924     - [0.0.1a-08]
925     - added pre-alpha yum-{update,available} panels
926     - renamed all panels yum-panelname
927    
928     * Mon Feb 02 2004 Darrell May <dmay@myezserver.com>
929     - [0.0.1a-07]
930     - updated yum-check-repository template and action to accept --nomail commandline option
931     - updated yumcheck panel to issue --nomail commandline option
932    
933     * Sun Feb 01 2004 Darrell May <dmay@myezserver.com>
934     - [0.0.1a-06]
935     - added yumcheck server-manager panel
936     - updated cron.daily/yum-check-repository template
937     - change log file name to yum-check-repository.log
938    
939     * Sat Jan 31 2004 Darrell May <dmay@myezserver.com>
940     - [0.0.1a-05]
941     - added yumconfig server-manager panel
942     - added yum-post-{install,remove} events
943     - added navigation-conf-hidden action
944    
945     * Mon Jan 26 2004 Darrell May <dmay@myezserver.com>
946     - [0.0.1a-04]
947     - moved cron.hourly actions to cron.daily
948     - added yum-update event
949     - added yum-arch-repository yum-check-repository actions
950     - added yum-install-updates yum-install-available actions
951     - removed %post entries, created db defaults
952    
953     * Sun Jan 25 2004 Darrell May <dmay@myezserver.com>
954     - [0.0.1a-03]
955     - yum-check-repository, changed to run 'yum list'
956     - yum-arch-repository, added support for multiple archive repositories
957    
958     * Sat Jan 24 2004 Darrell May <dmay@myezserver.com>
959     - [0.0.1a-02]
960     - fix db typo UpdateURL to UpdatesUrl
961     - added cron.hourly/yum-check-repository & yum-arch-repository
962     - updated actions/conf-yum
963    
964     * Thu Jan 22 2004 Darrell May <dmay@myezserver.com>
965     - [0.0.1a-01]
966     - Original version
967    
968     %prep
969     %setup
970 vip-ire 1.3 %patch1 -p1
971 slords 1.4 %patch2 -p1
972 wellsi 1.6 %patch3 -p1
973 wellsi 1.7 %patch4 -p1
974 vip-ire 1.9 %patch5 -p1
975 stephdl 1.10 %patch6 -p1
976 vip-ire 1.14 %patch7 -p1
977 unnilennium 1.15 %patch8 -p1
978 unnilennium 1.17 %patch9 -p1
979 unnilennium 1.18 %patch10 -p1
980 jpp 1.20 %patch11 -p1
981 jpp 1.25 %patch12 -p1
982 jpp 1.26 %patch13 -p1
983 slords 1.1
984     %build
985     perl createlinks
986 slords 1.2 ln -s /var/service/yum root/service/yum
987     mkdir -p root/etc/yum.smerepos.d
988 slords 1.1
989     %install
990     /bin/rm -rf $RPM_BUILD_ROOT
991     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
992     /bin/rm -f %{name}-%{version}-filelist
993     /sbin/e-smith/genfilelist \
994     --file '/sbin/e-smith/yum_update_dbs' 'attr(0700,root,root)' \
995     --file '/sbin/e-smith/yum' 'attr(0755,root,root)' \
996     --file '/sbin/e-smith/check4updates' 'attr(0755,root,root)' \
997 stephdl 1.10 --file '/sbin/e-smith/check4contribsupdates' 'attr(0755,root,root)' \
998 slords 1.1 --file '/etc/cron.daily/smeserver-yum' 'attr(0700,root,root)' \
999     --file /var/service/yum/down 'attr(0644,root,root)' \
1000     --file /var/service/yum/run 'attr(0755,root,root)' \
1001     --dir /var/service/yum/log 'attr(0755,root,root)' \
1002     --dir /var/service/yum/log/supervise 'attr(0700,root,root)' \
1003     --dir /var/service/yum/supervise 'attr(0700,root,root)' \
1004     --file /var/service/yum/log/run 'attr(0755,root,root)' \
1005     --dir /var/log/yum 'attr(2750,smelog,smelog)' \
1006     $RPM_BUILD_ROOT > %{name}-%{version}-%{release}-filelist
1007    
1008     %clean
1009     /bin/rm -rf $RPM_BUILD_ROOT
1010    
1011     %files -f %{name}-%{version}-%{release}-filelist
1012    
1013     %defattr(-,root,root)
1014    

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