/[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.56 - (show annotations) (download)
Mon Dec 7 19:12:11 2020 UTC (3 years, 5 months ago) by jpp
Branch: MAIN
Changes since 1.55: +3 -3 lines
* Sun Dec 06 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-41.sme
- fix -update events not runt on package upgrade [SME: 11184]

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

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