/[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.51 - (show annotations) (download)
Sun Nov 15 06:18:20 2020 UTC (3 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-37_el7_sme
Changes since 1.50: +8 -2 lines
* Sun Nov 15 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-37.sme
- fix separate action before template, and after service [SME: 11175]
  run all actions with post-upgrade as default event

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

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