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

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

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


Revision 1.42 - (hide annotations) (download)
Thu Mar 22 22:48:36 2012 UTC (12 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_0_0-16_el4_sme
Changes since 1.41: +5 -2 lines
* Thu Mar 22 2012 Shad L. Lords <slords@mail.com> 2.0.0-16.sme
- Fix removal of default MirrorList files (missed in last patch) [SME: 6873]

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

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