/[smeserver]/rpms/smeserver-yum/sme9/smeserver-yum.spec
ViewVC logotype

Contents of /rpms/smeserver-yum/sme9/smeserver-yum.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.17 - (show annotations) (download)
Sat Feb 25 20:58:49 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-yum-2_4_0-15_el6_sme
Changes since 1.16: +39 -13 lines
* Sat Feb 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-15.sme
- added centos SCLo SIG gpg rpm signing key [SME: 10102]
- wil allow to install SCL packages directly from smecontribs

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

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