/[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.43 - (show annotations) (download)
Wed Jun 2 16:41:28 2010 UTC (14 years ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-15_el5_sme
Changes since 1.42: +9 -2 lines
* Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-15.sme
- Migrate MirrorList properties to sme8 repos [SME: 5705]
- Remove BaseURL properties if migrating to sme8 repos
- Remove yum databases and repodata if migrating to sme8 repos [SME: 5998]

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

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