/[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.41 - (hide annotations) (download)
Mon May 17 18:45:54 2010 UTC (14 years ago) by snetram
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-13_el5_sme
Changes since 1.40: +20 -2 lines
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl>
- Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962]

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

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