/[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.44 - (hide annotations) (download)
Fri Jan 31 02:48:36 2020 UTC (4 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-30_el7_sme
Changes since 1.43: +7 -2 lines
* Thu Jan 30 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-30.sme
- restart php-fpm services when needed [SME: 10873]

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

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