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

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

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


Revision 1.41 - (hide annotations) (download)
Thu Mar 22 18:19:05 2012 UTC (12 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_0_0-15_el4_sme
Changes since 1.40: +6 -4 lines
* Thu Mar 22 2012 Shad L. Lords <slords@mail.com> 2.0.0-15.sme
- Point BaseURL to vault only if we find MirrorList property [SME: 6873]
- Don't adjust visible or enabled on CentOS repos

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

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