/[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.49 - (show annotations) (download)
Tue Mar 1 19:20:57 2011 UTC (13 years, 3 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-19_el5_sme
Changes since 1.48: +7 -2 lines
* Tue Mar 1 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme
- Add random wait timer for check4updates script to distribute load on ibiblio [SME: 6534]

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

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