/[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.51 - (hide annotations) (download)
Sat Feb 2 18:07:22 2013 UTC (11 years, 4 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-21_el5_sme
Changes since 1.50: +6 -2 lines
* Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 2.2.0-21.sme
- Add python-hashlib so we can read newer repodata signatures [SME: 7273]

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

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