/[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.48 - (show annotations) (download)
Fri Oct 1 05:30:13 2010 UTC (13 years, 8 months ago) by snetram
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-18_el5_sme
Changes since 1.47: +2 -2 lines
Fix changelog day to match date

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

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