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

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

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


Revision 1.3 - (hide annotations) (download)
Wed Feb 27 19:19:26 2013 UTC (11 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-3_el6_sme
Changes since 1.2: +7 -2 lines
* Wed Feb 27 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme
- Add fasttrack and remove addons repo [SME: 7385]

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

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