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