1 |
Name: anaconda |
Name: anaconda |
2 |
Version: 11.1.2.87 |
Version: 11.1.2.113 |
3 |
Release: 1.el5.centos |
Release: 1%{?dist}.2 |
4 |
License: GPL |
License: GPL |
5 |
Summary: Graphical system installer |
Summary: Graphical system installer |
6 |
Group: Applications/System |
Group: Applications/System |
7 |
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 |
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 |
|
Patch1: anaconda-centos-syslinux-msg.patch |
|
|
Patch2: anaconda-centos-installclasses-2.patch |
|
|
Patch3: anaconda-centos-regkey.patch |
|
|
Patch4: anaconda-centos-centos-branding-po_files_5.1.patch |
|
|
Patch5: anaconda-centos-inst-type.patch |
|
|
Patch6: anaconda-centos-task.patch |
|
|
Patch7: anaconda-centos-removeStatusText.patch |
|
|
Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch |
|
|
Patch9: anaconda-centos-pkgorder.patch |
|
|
Patch10: anaconda-centos-additional-repos.patch |
|
|
|
|
8 |
BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel |
BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel |
9 |
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel |
BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel |
10 |
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 |
BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 |
14 |
BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3, |
BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3, |
15 |
BuildPreReq: libsepol-devel |
BuildPreReq: libsepol-devel |
16 |
BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 |
BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 |
17 |
BuildPreReq: glib2-devel >= 2.11.1-5 |
BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1 |
18 |
BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1 |
BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5 |
|
BuildPreReq: audit-libs-devel |
|
19 |
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty |
Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty |
20 |
Requires: parted >= 1.7.1, pyparted >= 1.7.2 |
Requires: parted >= 1.7.1, pyparted >= 1.7.2 |
21 |
Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0 |
Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0 |
31 |
%endif |
%endif |
32 |
Obsoletes: anaconda-images <= 10 |
Obsoletes: anaconda-images <= 10 |
33 |
Url: http://fedora.redhat.com/projects/anaconda-installer/ |
Url: http://fedora.redhat.com/projects/anaconda-installer/ |
34 |
|
Patch1: anaconda-centos-syslinux-msg.patch |
35 |
|
Patch2: anaconda-centos-installclasses-2.patch |
36 |
|
Patch3: anaconda-centos-regkey.patch |
37 |
|
Patch4: anaconda-centos-centos-branding-po_files_5.1.patch |
38 |
|
Patch5: anaconda-centos-inst-type.patch |
39 |
|
Patch6: anaconda-centos-task.patch |
40 |
|
Patch7: anaconda-centos-removeStatusText.patch |
41 |
|
Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch |
42 |
|
Patch9: anaconda-centos-pkgorder.patch |
43 |
|
Patch10: anaconda-centos-additional-repos.patch |
44 |
|
Patch100: anaconda-11.1.2.113-smeserver.patch |
45 |
|
|
46 |
|
|
47 |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} |
48 |
|
|
73 |
%prep |
%prep |
74 |
|
|
75 |
%setup -q |
%setup -q |
76 |
|
|
77 |
%patch1 -p1 |
%patch1 -p1 |
78 |
%patch2 -p1 |
%patch2 -p1 |
79 |
%patch3 -p1 |
%patch3 -p1 |
84 |
%patch8 -p1 |
%patch8 -p1 |
85 |
#%patch9 -p1 |
#%patch9 -p1 |
86 |
%patch10 -p1 |
%patch10 -p1 |
87 |
|
%patch100 -p1 |
88 |
|
|
89 |
%build |
%build |
90 |
make depend |
make depend |
126 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
127 |
|
|
128 |
%changelog |
%changelog |
129 |
* Fri Nov 16 2007 Karanbir Singh <kbsingh@centos.org> 11.1.2.87-1.el5.centos |
* Tue Jun 24 2008 Shad L. Lords <slords@mail.com> 11.1.2.113-1.el5.sme.2 |
130 |
- Roll in CentOS Patches |
- Apply SME patches |
131 |
|
|
132 |
|
* Mon Jun 8 2008 Karanbir Singh <kbsingh@centos.org> 11.1.2.113-1.el5.centos.2 |
133 |
|
- Roll in CentOS Modifications |
134 |
|
|
135 |
|
* Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1 |
136 |
|
- Require the latest version of libnl-devel. |
137 |
|
Resolves: rhbz#441922 |
138 |
|
- Fix definition of __libc_setlocale_lock for new glibc. |
139 |
|
Resolves: rhbz#441940 |
140 |
|
- Add support for the bcm5710 driver. |
141 |
|
Resolves: rhbz#442553 |
142 |
|
- Require the latest libdhcp (dcantrell). |
143 |
|
Resolves: rhbz#435978 |
144 |
|
- Fix networking tracebacks (pjones, clumens). |
145 |
|
Resolves: rhbz#442020 |
146 |
|
|
147 |
|
* Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1 |
148 |
|
- Make isys.dhcpNetDevice() work in rescue mode (dcantrell). |
149 |
|
Related: rhbz#435978 |
150 |
|
|
151 |
|
* Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1 |
152 |
|
- Don't rebuild the initrds if no modules were installed. |
153 |
|
Resolves: rhbz#439379 |
154 |
|
- Bootable requests can not be on logical volumes. |
155 |
|
Resolves: rhbz#439270 |
156 |
|
- Name the xen images for ia64 in the .treeinfo file (jgranado). |
157 |
|
- Fix reporting on transaction errors (jgranado). |
158 |
|
Resolves: rhbz#437813 |
159 |
|
- Fix loop iteration in nl_ip2str (dcantrell). |
160 |
|
Resolves: rhbz#437773 |
161 |
|
- Allow GPT on ppc or ppc64 (dcantrell). |
162 |
|
Resolves: rhbz#438683 |
163 |
|
|
164 |
|
* Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1 |
165 |
|
- Don't try to initialize iSCSI when the portal cannot be detected (msivak). |
166 |
|
Resolves: rhbz#435173 |
167 |
|
|
168 |
|
* Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1 |
169 |
|
- Make sure DHCP works in rescue mode (dcantrell). |
170 |
|
Resolves: rhbz#435978 |
171 |
|
|
172 |
|
* Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1 |
173 |
|
- Avoid SIGSEGV on s390x in netlink loop (dcantrell). |
174 |
|
Resolves: rhbz#436377 |
175 |
|
|
176 |
|
* Thu Mar 6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1 |
177 |
|
- Fix another case which could have None options |
178 |
|
Resolves: rhbz#435998 |
179 |
|
|
180 |
|
* Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1 |
181 |
|
- Fix the case where we're checking for _netdev but options is None (pjones). |
182 |
|
Resolves: rhbz#435998 |
183 |
|
|
184 |
|
* Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1 |
185 |
|
- Add support for _rnetdev mount option in fstab (pjones). |
186 |
|
Resolves: rhbz#435716 |
187 |
|
- Lots of network UI configuration fixes (dcantrell). |
188 |
|
Resolves: rhbz#432011 |
189 |
|
- Fix lvm error handling (msivak). |
190 |
|
Related: rhbz#224636 |
191 |
|
|
192 |
|
* Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1 |
193 |
|
- Handle exceptions when setting up repos not enabled by a key. |
194 |
|
Resolves: rhbz#433028 |
195 |
|
- Show unconfigured interfaces as UNCONFIGURED (dcantrell). |
196 |
|
Related: rhbz#275291 |
197 |
|
|
198 |
|
* Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1 |
199 |
|
- Fix a traceback in the backported pkgorder fix. |
200 |
|
Resolves: rhbz#432006 |
201 |
|
- Fix wrong function names for iscsi login/start (pjones). |
202 |
|
Resolves: rhbz#433276 |
203 |
|
|
204 |
|
* Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1 |
205 |
|
- Correct auth command reading problem for ks files (dcantrell). |
206 |
|
Related: rhbz#427388 |
207 |
|
- Use correct salt length for MD5, SHA256, & SHA512 (dcantrell). |
208 |
|
Related: rhbz#427388 |
209 |
|
|
210 |
|
* Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1 |
211 |
|
- Make sure interface description is defined (dcantrell). |
212 |
|
Resolves: rhbz#432635 |
213 |
|
- Set an attribute when iscsid is started |
214 |
|
Resolves: rhbz#431904 |
215 |
|
|
216 |
|
* Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1 |
217 |
|
- Better fixes for iscsi probing (pjones, jlaska) |
218 |
|
Related: rhbz#431924 |
219 |
|
- Make man pages work in the chrooted environment (jgranado) |
220 |
|
Resolves: rhbz#243443 |
221 |
|
- Use correct variable in comparison (jgranado) |
222 |
|
Related: rhbz#432035 |
223 |
|
|
224 |
|
* Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1 |
225 |
|
- Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado) |
226 |
|
Resolves: rhbz#432035 |
227 |
|
|
228 |
|
* Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1 |
229 |
|
- Fix an infinite loop in using libnl (dcantrell). |
230 |
|
Related: rhbz#303681 |
231 |
|
|
232 |
|
* Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1 |
233 |
|
- Add module dependencies of qeth.ko. |
234 |
|
Resolves: rhbz#431922 |
235 |
|
- Make sure ISCSIADM and such are defined (pjones). |
236 |
|
Resolves: rhbz#431924 |
237 |
|
- Use libnl to read MAC and IP addresses (dcantrell). |
238 |
|
Resolves: rhbz#303681 |
239 |
|
- Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado). |
240 |
|
Resolves: rhbz#207657 |
241 |
|
|
242 |
|
* Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1 |
243 |
|
- Include libnssutil3.so in the initrd for s390 as well. |
244 |
|
Resolves: rhbz#431054 |
245 |
|
- Document the dhcptimeout parameter (msivak). |
246 |
|
Related: rhbz#198147, rhbz#254032 |
247 |
|
|
248 |
|
* Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1 |
249 |
|
- Propagate hostname from stage 1 to stage 2 on s390x (dcantrell). |
250 |
|
Resolves: rhbz#354021 |
251 |
|
|
252 |
|
* Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1 |
253 |
|
- Include libnssutil3.so for sshd on s390 (dcantrell). |
254 |
|
- Remove old IP addresses from interface on reconfig (dcantrell). |
255 |
|
Resolves: rhbz#218273 |
256 |
|
- More fixes for .treeinfo (jgranado). |
257 |
|
|
258 |
|
* Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1 |
259 |
|
- Support network --bootproto=query in kickstart installs. |
260 |
|
Resolves: rhbz#401531 |
261 |
|
- Set the format flag for new volume groups (msivak). |
262 |
|
Resolves: rhbz#246523 |
263 |
|
- More fixes for .treeinfo (jgranado). |
264 |
|
Related: rhbz#253992 |
265 |
|
|
266 |
|
* Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1 |
267 |
|
- Fix remaining issues with createLuserConf() changes |
268 |
|
Related: rhbz#430237 |
269 |
|
|
270 |
|
* Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1 |
271 |
|
- Include python-iniparse in stage2 for pirut. |
272 |
|
Resolves: rhbz#430212 |
273 |
|
- Update the information contained in .treeinfo files (jgranado). |
274 |
|
Resolves: rhbz#253992 |
275 |
|
- Fix namespace issue with createLuserConf (dcantrell). |
276 |
|
Resolves: rhbz#430237 |
277 |
|
- Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell). |
278 |
|
Related: rhbz#428694, rhbz#216158 |
279 |
|
|
280 |
|
* Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1 |
281 |
|
- Add the stage2 to the .treeinfo file (jgranado). |
282 |
|
Resolves: rhbz#253992 |
283 |
|
- Fix handling %packages section in output anaconda-ks.cfg file. |
284 |
|
Related: rhbz#280101 |
285 |
|
- Fix a traceback caused by the patch for 427388. |
286 |
|
Resolves: rhbz#429902 |
287 |
|
- Fix some additional errors in createLuserConf() (dcantrell). |
288 |
|
Resolves: rhbz#429902 |
289 |
|
- Fix iscsi so that mkinitrd can talk to the running daemon (pjones). |
290 |
|
|
291 |
|
* Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1 |
292 |
|
- Support SHA256/SHA512 password encoding from kickstart (dcantrell). |
293 |
|
Resolves: rhbz#427388 |
294 |
|
|
295 |
|
* Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1 |
296 |
|
- Allow users to back up past instkey dialog (dlehman). |
297 |
|
Resolves: rhbz#252349 |
298 |
|
- Handle missing FTP files the same way as missing HTTP files (dlehman). |
299 |
|
Resolves: rhbz#350251 |
300 |
|
- Add support for iSCSI iBFT (msivak). |
301 |
|
Resolves: rhbz#307761 |
302 |
|
- Do not display NICs as UNCONFIGURED in network_text.py (dcantrell). |
303 |
|
Resolves: rhbz#275291 |
304 |
|
- If bootproto is dhcp, unset any static settings (dcantrell). |
305 |
|
Resolves: rhbz#218489 |
306 |
|
- Add support for the mptctl driver. |
307 |
|
Resolves: rhbz#382941 |
308 |
|
- Fix a traceback running pkgorder in non-base products (dgregor). |
309 |
|
Resolves: rhbz#317131 |
310 |
|
- Fix a traceback when adding zFCP disk without specifying details (msivak). |
311 |
|
Resolves: rhbz#428180 |
312 |
|
- Catch lvm tools errors when creating logical volumes (msivak). |
313 |
|
Resolves: rhbz#224636 |
314 |
|
- Add support for specifying the dhcp timeout (msivak). |
315 |
|
Resolves: rhbz#198147, rhbz#254032 |
316 |
|
- Don't add a trailing 1 to filesystem labels (jgranado). |
317 |
|
Resolves: rhbz#415861 |
318 |
|
- Add spufs support (jgranado). |
319 |
|
Resolves: rhbz#247720 |
320 |
|
- List iSCSI multipath devices in the installer UI. (dcantrell). |
321 |
|
Resolves: rhbz#391951 |
322 |
|
- Fix selected device when adding an advanced storage device (msivak). |
323 |
|
Resolves: rhbz#248447 |
324 |
|
- Add maketreeinfo.py script (jgranado). |
325 |
|
Resolves: rhbz#253992 |
326 |
|
- Make F12 work for the network config screen in text installs (jgranado). |
327 |
|
Resolves: rhbz#250982 |
328 |
|
- Add the ixgbe driver (jgranado). |
329 |
|
Resolves: rhbz#350911 |
330 |
|
- Write out IPV6INIT= to network-scripts (jgranado). |
331 |
|
Resolves: rhbz#243524 |
332 |
|
- Close md devices to fix RAID tracebacks (jgranado). |
333 |
|
Related: rhbz#208970 |
334 |
|
- Use input %packages section for anaconda-ks.cfg (msivak). |
335 |
|
Resolves: rhbz#280101 |
336 |
|
- Add option for selecting different comps file (msivak). |
337 |
|
Resolves: rhbz#352081 |
338 |
|
- Add nicdelay parameter (msivak). |
339 |
|
Resolves: rhbz#349521 |
340 |
|
- Be more accepting in which strings we wait for from sshd (alanm). |
341 |
|
Resolves: rhbz#286031 |
342 |
|
- Allow the use of double quotes in the pxeboot config file (jgranado). |
343 |
|
Resolves: rhbz#248170 |
344 |
|
- Read the nic info before showing the configuration window (jgranado). |
345 |
|
Resolves: rhbz#278451 |
346 |
|
- Make the back button work on the network config screen in loader (jgranado). |
347 |
|
Resolves: rhbz#233655 |
348 |
|
- Get lcs interface name correctly (msivak). |
349 |
|
Resolves: rhbz#237508 |
350 |
|
- Include more terminfo files to fix s390 telnet mode (msivak). |
351 |
|
Resolves: rhbz#231173 |
352 |
|
- Fix kickstart docs for --dhcpclass parameter (jgranado). |
353 |
|
Resolves: rhbz#248910 |
354 |
|
- Fix traceback when displaying autopartition error messages (jgranado). |
355 |
|
Resolves: rhbz#247257 |
356 |
|
- Fix comparison of unusual network interface names (jgranado). |
357 |
|
Resolves: rhbz#246135 |
358 |
|
- Populate the kickstart file dialog with the original value (jgranado). |
359 |
|
Resolves: rhbz#245936 |
360 |
|
- Make the man pages work in rescue mode (jgranado). |
361 |
|
Resolves: rhbz#243443 |
362 |
|
- Sort text package list (jgranado). |
363 |
|
Resolves: rhbz#242456 |
364 |
|
- Don't eject the cd before the %post scripts are run (jgranado). |
365 |
|
Resolves: rhbz#238711 |
366 |
|
|
367 |
* Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1 |
* Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1 |
368 |
- Prompt for manual network configuration in the loader if needed. |
- Prompt for manual network configuration in the loader if needed. |