/[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.33 - (hide annotations) (download)
Thu Dec 5 15:49:36 2019 UTC (4 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.32: +4 -4 lines
* Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-23.sme
- implement yum-cron [SME: 10690]
  * use yum-cron for download only (TODO)
  * yum-cron templates  (TODO)
  * update lock path (TODO)
  * setting in server-manager (TODO)
- avoid discrepancy between manager, cli and email [SME: 6940]
  * force refresh of metadata before db generation (TODO)
  * add regeneration of db after...  (TODO)
- fix no installed groups file [SME: 118]
- switch to centos vault after EOL [SME: 10249]
- update http://mirrorlist.contribs.org/mirrorlist to https://mirrorlist.koozali.org/mirrorlist [SME: 9697]
- make smecontribs visible [SME: 10716]

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

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