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

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

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


Revision 1.23 - (hide annotations) (download)
Sat Sep 20 14:31:02 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-1_2_0-57_el4_sme
Changes since 1.22: +7 -2 lines
Updates

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

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