/[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.41 - (hide annotations) (download)
Mon Dec 9 00:17:19 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-27_el7_sme
Changes since 1.40: +5 -2 lines
* Sun Dec 08 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-27.sme
- fix NameError: global name 'yum_update_dbs' is not defined [SME: 6940]

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

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