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

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