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

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

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


Revision 1.40 - (hide annotations) (download)
Sun Dec 8 21:51:56 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-26_el7_sme
Changes since 1.39: +10 -2 lines
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-26.sme
- use yum-cron with autoupdate feature [SME: 10690]
  * use yum-cron for download only or auto update
  * yum-cron.conf templates
  * update lock path
  * settings in server-manager
  * remove yumdownloadonly script and crontab template

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

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