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

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

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


Revision 1.16 - (hide annotations) (download)
Sat Jan 7 23:40:50 2017 UTC (7 years, 4 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-14_el6_sme
Changes since 1.15: +4 -3 lines
* Fri Jan 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-14.sme
- add Remi Collet RPM GPG KEY [SME: 9902]
- bump 13 to 14 to cvs add patch

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

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