/[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.6 - (show annotations) (download)
Mon Aug 1 14:20:37 2016 UTC (7 years, 10 months ago) by stephdl
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-6_el7_sme
Changes since 1.5: +9 -2 lines
* Mon Aug 1 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-6.sme
- Deltarpm is now a setting in the yum panel (disabled by default)
- Added smeserver-yum-2.6.0.bz8834.DeltaRpm.patch [SME: 8834]

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

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