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