/[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.13 - (hide annotations) (download)
Wed Feb 13 22:51:47 2008 UTC (16 years, 3 months ago) by bytegw
Branch: MAIN
CVS Tags: smeserver-yum-1_2_0-50_el4_sme
Changes since 1.12: +8 -5 lines
Updates

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

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