/[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.34 - (show annotations) (download)
Fri Dec 6 03:27:30 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
Changes since 1.33: +6 -3 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)
- fix header detected as package [SME: 10843]
- avoid discrepancy between manager, cli and email [SME: 6940]
  * force refresh of metadata before db generation
  * add regeneration of db during check4updates, after yum update/install/remove
- fix no installed groups file [SME: 118]
- switch to centos vault after EOL [SME: 10249]
- update http://mirrorlist.contribs.org/mirrorlist to https://mirrorlist.koozali.org/mirrorlist [SME: 9697]
- make smecontribs visible [SME: 10716]

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

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