/[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.30 - (show annotations) (download)
Thu Dec 5 04:41:15 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
Changes since 1.29: +22 -2 lines
* Wed Dec 04 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-23.sme
- implement yum-cron [SME: 10690]
  * use yum-cron for download only (TODO)
  * yum-cron templates  (TODO)
  * update lock path (TODO)
  * setting in server-manager (TODO)
- avoid discrepancy between manager, cli and email [SME: 6940]
  * force refresh of metadata before db generation (TODO)
  * add regeneration of db after...  (TODO)
- fix There is no installed groups file [SME: 118] (TODO)
- switch to centos vault after EOL [SME: 10249] (TODO)
- update http://mirrorlist.contribs.org/mirrorlist  to https://mirrorlist.koozali.org/mirrorlist  [SME: 9697] (TODO)
- make smecontribs visible [SME: 10716]

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

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