/[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.37 - (show annotations) (download)
Thu Nov 5 18:43:13 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_0_0-11_el4_sme
Changes since 1.36: +7 -2 lines
Fix remove yum status file

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

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