/[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.18 - (show annotations) (download)
Wed May 3 04:00:22 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-16_el7_sme
Changes since 1.17: +7 -2 lines
* Tue May 02 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-16.sme
- add rpmfusion free el7 RPM GPG KEY [SME: 10263]

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

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