/[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.46 - (show annotations) (download)
Sat Jun 12 21:55:35 2010 UTC (14 years ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-17_el5_sme
Changes since 1.45: +7 -2 lines
* Sat Jun 12 2010 Shad L. Lords <slords@mail.com> 2.2.0-17.sme
- Fix migrate fragment to not throw warnings [SME: 5705]

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

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