/[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.69 - (hide annotations) (download)
Thu Mar 18 04:13:14 2021 UTC (3 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-49_el7_sme
Changes since 1.68: +3 -3 lines
* Wed Mar 17 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-49.sme
- avoid reboot on removal of smeserver-* rpms [SME: 11458]
- navigation-conf when a panel is installed

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

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