/[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.57 - (show annotations) (download)
Mon Dec 7 19:41:43 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-41_el7_sme
Changes since 1.56: +2 -1 lines
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-41.sme
- fix -update events not runt on package upgrade [SME: 11184]
  lower noise on forced restart

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

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