/[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.46 - (hide annotations) (download)
Fri Jan 31 03:15:28 2020 UTC (4 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-32_el7_sme
Changes since 1.45: +3 -3 lines
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-32.sme
- avoid missing template error after removal of a rpm [SME: 10846]

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

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