/[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.59 - (hide annotations) (download)
Wed Dec 9 04:38:08 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
Changes since 1.58: +1 -2 lines
* Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-42.sme
- move yum upate db service to systemd [SME: 11180]

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

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