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

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

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


Revision 1.8 - (show annotations) (download)
Tue Jan 8 20:30:13 2008 UTC (16 years, 5 months ago) by bytegw
Branch: MAIN
CVS Tags: smeserver-yum-1_2_0-45_el4_sme
Changes since 1.7: +8 -1 lines
Updates

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

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