/[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.24 - (show annotations) (download)
Thu Jan 24 01:55:13 2019 UTC (5 years, 4 months ago) by jpp
Branch: MAIN
Changes since 1.23: +4 -1 lines
* Wed Jan 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-19.sme
- add yum-priority as requirement [SME: 6499]
  add support for plugin priority using property priority im yum_repositories db
  initial priority to 10 for sme*, base and updates repos.
  property yum priority set as enabled as default
- avoid double check updates for contribs if smecontribs is set to enabled [SME: 9388]
- update check4contribs email format to match check4updates [SME: 8782]

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

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