/[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.5 - (hide annotations) (download)
Mon Mar 11 22:50:18 2013 UTC (11 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-5_el6_sme
Changes since 1.4: +6 -3 lines
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 2.4.0-5.sme
- Obsolete el5 yum-protect-packages, provided by yum [SME: 7273]

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

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