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