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