/[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.85 - (show annotations) (download)
Mon Jul 11 15:20:40 2022 UTC (2 years ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_2-1_el7_sme
Changes since 1.84: +7 -108 lines
bump version

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

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