/[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.38 - (hide annotations) (download)
Fri Dec 6 06:05:59 2019 UTC (4 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.37: +10 -2 lines
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-25.sme
- implement yum-cron [SME: 10690]
  * use yum-cron for download only or auto update (TODO)
  * yum-cron templates  (TODO)
  * update lock path (TODO)
  * setting in server-manager (TODO)

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

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