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

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