/[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.89 - (show annotations) (download)
Sun Apr 28 03:45:59 2024 UTC (2 weeks, 6 days ago) by jpp
Branch: MAIN
CVS Tags: smeserver-yum-2_6_2-5_el7_sme, HEAD
Changes since 1.88: +7 -2 lines
* Sat Apr 27 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.6.2-5.sme
- add FWS gpg keys for rpm hosted in smecontribs [SME: 12653]

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

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