/[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.26 - (show annotations) (download)
Thu Jan 24 05:00:05 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-19_el7_sme
Changes since 1.25: +5 -1 lines
* Wed Jan 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
- add yum-priority as requirement [SME: 6499]
  add support for plugin priority using property priority im yum_repositories db
  initial priority to 10 for sme*, base and updates repos.
  property yum priority set as enabled as default
- avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388]
- update check4contribs email format to match check4updates [SME: 8782]
- improve yum plugin to avoid reboot [SME: 8705]
  add nut support, add exclusions for -doc, -devel... subpackages

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

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