/[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.35 - (show annotations) (download)
Sat May 30 18:05:01 2009 UTC (15 years ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-8_el5_sme
Changes since 1.34: +6 -2 lines
Fix missing directory

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

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