/[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.47 - (show annotations) (download)
Tue Jun 23 02:39:19 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-33_el7_sme
Changes since 1.46: +7 -2 lines
* Mon Jun 22 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-33.sme
- fix error when key absent of a dict of smeserver plugin at clean stage [SME: 10931]

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

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