/[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.50 - (hide annotations) (download)
Wed Nov 11 03:24:03 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-36_el7_sme
Changes since 1.49: +7 -2 lines
* Tue Nov 10 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-36.sme
- fix some templates not expanded [SME: 11121]

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

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