/[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.53 - (hide annotations) (download)
Mon Mar 18 03:00:53 2013 UTC (11 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-22_el5_sme
Changes since 1.52: +7 -2 lines
* Sun Mar 17 2013 Ian Wells <esmith@wellsi.com> 2.2.0-22.sme
- Change wording of Software Update button [SME: 7343]

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

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