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

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