/[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.42 - (show annotations) (download)
Mon Dec 9 13:23:34 2019 UTC (4 years, 6 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_0-28_el7_sme
Changes since 1.41: +7 -3 lines
* Mon Dec 09 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-28.sme
- applying patch [SME: 10690]

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

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