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

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

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


Revision 1.7 - (show annotations) (download)
Fri Mar 22 14:48:20 2013 UTC (11 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-7_el6_sme
Changes since 1.6: +7 -2 lines
* Fri Mar 22 2013 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme
- Change order of mail options in check4updates [SME: 7505]

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

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