/[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.14 - (show annotations) (download)
Mon Mar 27 21:40:33 2017 UTC (7 years, 4 months ago) by unnilennium
Branch: MAIN
Changes since 1.13: +7 -2 lines
* Mon Mar 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme
- fix KeyError with plugin to avoid reboot [SME: 8705]

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

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