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

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

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


Revision 1.50 - (hide annotations) (download)
Fri Aug 31 20:09:16 2012 UTC (11 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-20_el5_sme
Changes since 1.49: +7 -2 lines
* Fri Aug 31 2012 Shad L. Lords <slords@mail.com> 2.2.0-20.sme
- Point mirrorlist to mirrorlist.contribs.org [SME: 7087]

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

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