/[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.53 - (hide annotations) (download)
Tue Nov 17 03:52:39 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
Changes since 1.52: +2 -2 lines
* Mon Nov 16 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-38.sme
- add remi-safe as base repo [SME: 11179]
- smeserver-yum-update event created [SME: 11168]

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

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