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

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

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


Revision 1.43 - (show annotations) (download)
Fri Aug 31 20:08:13 2012 UTC (11 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_0_0-17_el4_sme, HEAD
Changes since 1.42: +7 -2 lines
* Fri Aug 31 2012 Shad L. Lords <slords@mail.com> 2.0.0-17.sme
- Point mirrorlist to mirrorlist.contribs.org [SME: 7086]

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

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