/[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.23 - (hide annotations) (download)
Sat Jan 26 21:09:00 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-21_el6_sme
Changes since 1.22: +5 -2 lines
* Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-21.sme
- update patch for EOL [SME: 10171]

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

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