/[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.55 - (hide annotations) (download)
Sat Jan 10 10:40:20 2015 UTC (9 years, 4 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-24_el5_sme
Changes since 1.54: +7 -2 lines
* Sat Jan 10 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-24.sme
- Add a default Yum db property for check4contribsupdates [SME: 8791]

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

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