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

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

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


Revision 1.42 - (hide annotations) (download)
Mon May 17 19:15:50 2010 UTC (14 years ago) by snetram
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-14_el5_sme
Changes since 1.41: +5 -17 lines
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme
- Revert previous change [SME: 5962]

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

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