/[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.19 - (show annotations) (download)
Mon Nov 6 21:48:45 2017 UTC (6 years, 7 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-17_el7_sme
Changes since 1.18: +6 -2 lines
* Mon Nov 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-17.sme
- add yum-plugin-post-transaction-actions as requirement [SME: 1100]

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

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