/[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.44 - (hide annotations) (download)
Wed Jun 2 17:10:51 2010 UTC (14 years ago) by slords
Branch: MAIN
CVS Tags: smeserver-yum-2_2_0-16_el5_sme
Changes since 1.43: +6 -3 lines
* Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.2.0-16.sme
- Fix yum database removal (missing one) [SME: 5707]

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

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