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

Contents of /rpms/smeserver-yum/sme8/smeserver-yum.spec

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


Revision 1.56 - (show annotations) (download)
Sat Feb 21 16:44:20 2015 UTC (9 years, 3 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-25_el5_sme
Changes since 1.55: +6 -4 lines
* Sat Feb 21 2015 Stephane de Labrusse <stephdl@de-labrusse.fr> 2.2.0-25.sme
- Set the check update frequency of smecontribs through the server-manager
- [SME: 8858]

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

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