/[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.29 - (hide annotations) (download)
Tue Oct 28 22:51:59 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-4_el5_sme
Changes since 1.28: +7 -2 lines
Updates

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

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