/[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.19 - (hide annotations) (download)
Mon Nov 6 21:51:29 2017 UTC (6 years, 7 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-17_el6_sme
Changes since 1.18: +6 -2 lines
* Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-17.sme
- add yum-plugin-post-transaction-actions as requirement [SME: 1191]

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

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