/[smeserver]/rpms/smeserver-yum/sme10/smeserver-yum.spec
ViewVC logotype

Contents of /rpms/smeserver-yum/sme10/smeserver-yum.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.62 - (show annotations) (download)
Wed Dec 9 05:43:34 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-42_el7_sme
Changes since 1.61: +1 -7 lines
* Tue Dec 08 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-42.sme
- move yum upate db service to systemd [SME: 11180]

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

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