/[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.39 - (hide annotations) (download)
Fri Dec 6 22:30:24 2019 UTC (4 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-25_el7_sme
Changes since 1.38: +2 -6 lines
* Fri Dec 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-25.sme
- fix typo on patch [SME: 10249]

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

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