/[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.87 - (show annotations) (download)
Mon Feb 27 08:57:26 2023 UTC (15 months ago) by michel
Branch: MAIN
CVS Tags: smeserver-yum-2_6_2-3_el7_sme
Changes since 1.86: +8 -2 lines
make: « clog » est à jour.

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

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