/[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.27 - (show annotations) (download)
Sat Jan 26 20:06:26 2019 UTC (5 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-20_el7_sme
Changes since 1.26: +5 -2 lines
* Sat Jan 26 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-20.sme
- updated EOL patch [SME: 10170]

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

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