/[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.54 - (show annotations) (download)
Thu Dec 3 22:26:36 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-39_el7_sme
Changes since 1.53: +7 -2 lines
* Thu Dec 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-39.sme
- fix switch to vault BaseURL for CentOS [SME: 11227]

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

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