1 |
|
# $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $ |
2 |
|
|
3 |
ExcludeArch: ppc64 |
ExcludeArch: ppc64 |
4 |
Name: anaconda |
Name: anaconda |
5 |
Version: 10.1.1.63 |
Version: 10.1.1.91 |
6 |
Release: 4.centos4.1%{?dist} |
Release: 1.centos4.1%{?dist} |
7 |
License: GPL |
License: GPL |
8 |
Summary: Graphical system installer |
Summary: Graphical system installer |
9 |
Group: Applications/System |
Group: Applications/System |
10 |
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 |
Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 |
11 |
Source1: anaconda.centos.spec.txt |
Source1: anaconda.centos.spec.txt |
|
Patch0: anaconda-10.1.1.63-echo.patch |
|
|
Patch1: anaconda-10.1.1.63-fbadasd.patch |
|
|
Patch2: anaconda-10.1.1.63-selinuxrescuemount.patch |
|
|
Patch3: anaconda-10.1.1.63-stex.patch |
|
|
Patch4: anaconda-10.1.1.63-fatlabel.patch |
|
|
Patch5: anaconda-10.1.1.63-ignoredisk.patch |
|
12 |
Patch10: centos4-anaconda.patch |
Patch10: centos4-anaconda.patch |
13 |
Patch11: centos4-buildi586.patch |
Patch11: centos4-buildi586.patch |
14 |
Patch12: centos4-isolinux-colors.patch |
Patch12: centos4-isolinux-colors.patch |
15 |
Patch13: centos4-unicode-linedraw-chars.patch |
Patch13: centos4-use-discinfo.patch |
16 |
Patch100: back-button.patch |
Patch1000: back-button.patch |
17 |
Patch101: upgrade-install.patch |
Patch1001: upgrade-install.patch |
18 |
Patch102: package-logging.patch |
Patch1002: package-logging.patch |
19 |
Patch103: postaction-intf.patch |
Patch1003: postaction-intf.patch |
20 |
Patch200: smeserver.patch |
Patch1100: smeserver.patch |
21 |
Patch201: smeserver-crashdumptext.patch |
Patch1101: smeserver-crashdumptext.patch |
22 |
Patch202: smeserver-degraded-raid.patch |
Patch1102: smeserver-degraded-raid.patch |
23 |
Patch203: smeserver-bootraidfirst.patch |
Patch1103: smeserver-bootraidfirst.patch |
24 |
Patch204: smeserver-mdadm-noroot.patch |
Patch1104: smeserver-kmod.patch |
25 |
Patch205: smeserver-super-minor.patch |
Patch1105: smeserver-super-minor.patch |
26 |
Patch206: smeserver-kmod.patch |
Patch1106: smeserver-mdadm-noroot.patch |
27 |
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.16, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel |
BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel |
28 |
%ifarch i386 |
%ifarch i386 |
29 |
BuildRequires: dietlibc |
BuildRequires: dietlibc |
30 |
%endif |
%endif |
54 |
%prep |
%prep |
55 |
|
|
56 |
%setup -q |
%setup -q |
|
%patch0 -p0 |
|
|
%patch1 -p0 -b .fba |
|
|
%patch2 -p0 -b .selinux |
|
|
%patch3 -p0 -b .stex |
|
|
%patch4 -p0 -b .fatlabel |
|
|
%patch5 -p0 -b .ignoredisk |
|
57 |
%patch10 -p1 |
%patch10 -p1 |
58 |
%patch11 -p1 |
%patch11 -p1 |
59 |
%patch12 -p1 |
%patch12 -p1 |
60 |
%patch13 -p1 |
%patch13 -p1 |
61 |
cp -f %{SOURCE1} anaconda.spec |
cp -f %{SOURCE1} anaconda.spec |
62 |
%patch100 -p1 |
%patch1000 -p1 |
63 |
%patch101 -p1 |
%patch1001 -p1 |
64 |
%patch102 -p1 |
%patch1002 -p1 |
65 |
%patch103 -p1 |
%patch1003 -p1 |
66 |
%patch200 -p1 |
%patch1100 -p1 |
67 |
%patch201 -p1 |
%patch1101 -p1 |
68 |
%patch202 -p1 |
%patch1102 -p1 |
69 |
%patch203 -p1 |
%patch1103 -p1 |
70 |
%patch204 -p1 |
%patch1104 -p1 |
71 |
%patch205 -p1 |
%patch1105 -p1 |
72 |
%patch206 -p1 |
%patch1106 -p1 |
73 |
|
|
74 |
%build |
%build |
75 |
make depend |
make depend |
111 |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : |
112 |
|
|
113 |
%changelog |
%changelog |
114 |
* Thu May 17 2007 Shad L. Lords <slords@mail.com> 10.1.1.63-4.centos4.1.sme |
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 10.1.1.91-1.centos4.1.sme |
115 |
- Add kmods based on selected kernel |
- Add kmods based on selected kernel |
116 |
- Remove super-minor from mdadm.conf to fix warnings. |
- Remove super-minor from mdadm.conf to fix warnings. |
117 |
- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147] |
- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147] |
119 |
- Apply various SME Server patches [SME: 1277] |
- Apply various SME Server patches [SME: 1277] |
120 |
- Change location of crash dump report [SME: 1250] |
- Change location of crash dump report [SME: 1250] |
121 |
|
|
122 |
* Sun May 6 2007 Johnny Hughes <johnny@cenots.org> - 10.1.1.63-4.centos4.1 |
* Sat Jul 28 2008 Johnny Hughes <johnny@centos.org> - 10.1.1.91-1.centos4 |
|
- modifed centos i586 patches to work with Xen. |
|
|
|
|
|
* Wed May 2 2007 Johnny Hughes <johnny@centos.org> - 10.1.1.63-4.centos4 |
|
123 |
- modified to include the centos anaconda spec file in the build as it is used |
- modified to include the centos anaconda spec file in the build as it is used |
124 |
in the build process (SOURCE1). |
in the build process (SOURCE1). |
125 |
- rolled in previous centos changes |
- rolled in centos patches 10, 11, 12, 13 |
126 |
|
|
127 |
|
* Tue Jul 08 2008 Peter Jones <pjones@redhat.com> - 10.1.1.91-1 |
128 |
|
- Add initrd.size to the generic.ins files on s390. (I think this should |
129 |
|
solve #454492 , and indicates that the verification of #449617 was an error.) |
130 |
|
Resolves: rhbz#449617 |
131 |
|
|
132 |
|
* Wed Jun 25 2008 Peter Jones <pjones@redhat.com> - 10.1.1.90-1 |
133 |
|
- Add support for automatically determining the initramfs size on s390x |
134 |
|
Resolves: rhbz#449617 |
135 |
|
|
136 |
|
* Mon May 05 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.89-1 |
137 |
|
- Fix field separator spec in awk commands in linuxrc.s390 (jgranado) |
138 |
|
Resolves: rhbz#444674 |
139 |
|
- Fix IPv6 address verification functions in linuxrc.s390 (jgranado) |
140 |
|
Resolves: rhbz#362411 |
141 |
|
- Revert previous change to notify NFS server when we finish install (jgranado) |
142 |
|
Related: rhbz#208103 |
143 |
|
|
144 |
|
* Thu Apr 24 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.88-1 |
145 |
|
- Increase ia64 initrd image size (jgranado) |
146 |
|
Resolves: rhbz#443373 |
147 |
|
- Specify mode when running mdadm |
148 |
|
Resolves: rhbz#443844 |
149 |
|
|
150 |
|
* Tue Apr 22 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.87-1 |
151 |
|
- Fix traceback trying to access non-existent anaconda instance |
152 |
|
Resolves: rhbz#443412 |
153 |
|
|
154 |
|
* Fri Apr 18 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.86-1 |
155 |
|
- Fix dispatch traceback (msivak) |
156 |
|
Resolves: rhbz#442750 |
157 |
|
- Fix loader crash from freeing static bufer (clumens) |
158 |
|
Resolves: rhbz#442863 |
159 |
|
|
160 |
|
* Tue Apr 15 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.85-1 |
161 |
|
- Fix detection of xen para-virt environment (msivak) |
162 |
|
Resolves: rhbz#441729 |
163 |
|
- Add bnx2x driver |
164 |
|
Resolves: rhbz#442563 |
165 |
|
- Add myri10ge driver |
166 |
|
Resolves: rhbz#442545 |
167 |
|
|
168 |
|
* Mon Apr 14 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.84-1 |
169 |
|
- Tell the nfs server when we unmount the nfs mountpoints (jgranado) |
170 |
|
Resolves: rhbz#208103 |
171 |
|
- Fix logic in patch for protecting hard drive install source (msivak) |
172 |
|
Related: rhbz#220161 |
173 |
|
- Remove defunct VG before creating a new one of the same name |
174 |
|
Resolves: rhbz#257161 |
175 |
|
- Use the search path when running mdadm |
176 |
|
Related: rhbz#185674 |
177 |
|
- Support SHA256/SHA512 password encoding from kickstart |
178 |
|
Resolves: rhbz#427384 |
179 |
|
|
180 |
|
* Fri Mar 28 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.83-1 |
181 |
|
- Fix a typo in the dhcptimeout patch |
182 |
|
Related: rhbz#246483 |
183 |
|
- Fix various problems with the no-duplicate-hostadapters patch |
184 |
|
Related: rhbz#248619 |
185 |
|
|
186 |
|
* Thu Mar 27 2008 Dave Lehman <dlehman@redhat.com> - 10.1.1.82-1 |
187 |
|
- Add dhcptimeout parameter to loader (msivak) |
188 |
|
Resolves: rhbz#246483 |
189 |
|
- Fix swap size recommendation to match manuals (msivak) |
190 |
|
Resolves: rhbz#339001 |
191 |
|
- Add ixgbe module |
192 |
|
Resolves: rhbz#350921 |
193 |
|
- Fix segfault with driver disk image in initrd |
194 |
|
Resolves: rhbz#249241 |
195 |
|
- Avoid duplicate scsi_hostadapter lines in modprobe.conf |
196 |
|
Resolves: rhbz#248619 |
197 |
|
- Prevent modification to partitions containing harddrive install media (msivak) |
198 |
|
Resolves: rhbz#220161 |
199 |
|
- Use mdadm to generate mdadm.conf (jgranado) |
200 |
|
Resolves: rhbz#185674 |
201 |
|
- Add IP address validation routines for s390 (jgranado) |
202 |
|
Resolves: rhbz#362411 |
203 |
|
- Close RAID devices after collecting device labels (jgranado) |
204 |
|
Resolves: rhbz#434949 |
205 |
|
|
206 |
|
* Tue Oct 30 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.81-1 |
207 |
|
- Copy loaderData->macaddr in to cfg->macaddr |
208 |
|
Related: rhbz#233357 |
209 |
|
|
210 |
|
* Mon Oct 29 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.80-1 |
211 |
|
- Copy in usr/sbin/ip for the s390 & s390x initrd.img files |
212 |
|
Related: rhbz#233357 |
213 |
|
|
214 |
|
* Fri Oct 26 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.79-1 |
215 |
|
- Make e100e description in module-info unique (pjones) |
216 |
|
Related: rhbz#253791 |
217 |
|
|
218 |
|
* Tue Oct 23 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.78-1 |
219 |
|
- Add sbin/ip to KEEPFILE list on s390 & s390x |
220 |
|
Related: rhbz#233357 |
221 |
|
|
222 |
|
* Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.77-1 |
223 |
|
- Add /sbin/ip command to the initrd.img file on s390 & s390x |
224 |
|
Related: rhbz#233357 |
225 |
|
|
226 |
|
* Wed Oct 10 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.76-1 |
227 |
|
- ChangeLog corrections caught by rpmdiff |
228 |
|
Related: rhbz#234134 |
229 |
|
|
230 |
|
* Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.75-1 |
231 |
|
- use /sbin/ip in init to set the MAC address on s390/s390x (bhinson) |
232 |
|
Resolves: rhbz#233357 |
233 |
|
|
234 |
|
* Tue Oct 09 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.74-1 |
235 |
|
- add qla4xxx driver |
236 |
|
Resolves: rhbz#234134 |
237 |
|
|
238 |
|
* Tue Sep 25 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.73-1 |
239 |
|
- look for labels on all fstypes |
240 |
|
Resolves: rhbz#251579 |
241 |
|
- add e1000e driver (pjones) |
242 |
|
Resolves: rhbz#253791 |
243 |
|
|
244 |
|
* Mon Sep 17 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.72-1 |
245 |
|
- fix handling of MACADDR when configuring OSA layer2 networking (dcantrell) |
246 |
|
- Related: rhbz#233357 |
247 |
|
|
248 |
|
* Tue Sep 11 2007 Peter Jones <pjones@redhat.com> - 10.1.1.71-2 |
249 |
|
- rebuild with COLLECTION=dist-4E-U6-candidate to pick up newer kudzu. |
250 |
|
|
251 |
|
* Thu Sep 06 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.71-1 |
252 |
|
- Fix raid --useexisting. |
253 |
|
Resolves: rhbz#207541. |
254 |
|
|
255 |
|
* Mon Sep 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.70-1 |
256 |
|
- Increase the size of x86_64 diskboot.img so everything fits (pjones) |
257 |
|
Resolves: rhbz#240561 |
258 |
|
- Fix MAC address specification with OSA layer2 networking, based on patch |
259 |
|
from Brad Hinson (dcantrell) |
260 |
|
Resolves: rhbz#252021 |
261 |
|
- Fix biosdisk install problems on certain hardware (dcantrell) |
262 |
|
Resolves: rhbz#247303 |
263 |
|
- Enable igb network devices (dcantrell) |
264 |
|
Resolves: rhbz#253711 |
265 |
|
|
266 |
|
* Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.69-1 |
267 |
|
- Fix py-compile failure introduced in .68-1 . |
268 |
|
|
269 |
|
* Fri Aug 10 2007 Peter Jones <pjones@redhat.com> - 10.1.1.68-1 |
270 |
|
- Add missing pata_* and sata_* HBA drivers |
271 |
|
Resolves: rhbz#251718 |
272 |
|
- Fix UI for drive selection for partitioning (clumens) |
273 |
|
Resolves: rhbz#251150 |
274 |
|
|
275 |
|
* Thu Aug 02 2007 David Cantrell <dcantrell@redhat.com> - 10.1.1.67-1 |
276 |
|
- Handle return value from waitLinkSleep() correctly (pjones) |
277 |
|
Related: rhbz#207546 |
278 |
|
- Only show >15 partitions message if there is a user interface (dlehman) |
279 |
|
Related: rhbz#238708 |
280 |
|
|
281 |
|
* Fri Jul 13 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.66-1 |
282 |
|
- Don't read filesystem labels from drives we cleared with clearpart. |
283 |
|
Resolves: #209291 |
284 |
|
- Don't display an error if mount fails when searching for a root (dlehman). |
285 |
|
Resolves: #214008 |
286 |
|
- Check for SCSI disks containing more than 15 partitions (dlehman). |
287 |
|
Resoles: #238708 |
288 |
|
- Fix PATH assignment in linuxrc.s390 (dlehman). |
289 |
|
Resolves: #190215 |
290 |
|
- Add netxen_nic support (dlehman). |
291 |
|
Resolves: #233639 |
292 |
|
- Add ignoredisk --only-use option. |
293 |
|
Resolves: #198526 |
294 |
|
- Document nfsmountopts command line option. |
295 |
|
Resolves: #234185 |
296 |
|
|
297 |
|
* Wed Jun 20 2007 Chris Lumens <clumens@redhat.com> - 10.1.1.65-1 |
298 |
|
- Support FTP and HTTP URLs with auth info (dcantrell). |
299 |
|
Resolves: #194247 |
300 |
|
- Increase DHCP timeout to 45 seconds and retries to 10 (dcantrell). |
301 |
|
Resolves: #207546 |
302 |
|
- Remove invalid preexisting RAID requests. |
303 |
|
Resolves: #233308 |
304 |
|
- Don't traceback on keeping preexisting partitions and logical volumes. |
305 |
|
Resolves: #182943 |
306 |
|
- Fix probing for RAID superblocks. |
307 |
|
Resolves: #172648 |
308 |
|
- Document the nicdelay command line option. |
309 |
|
Resolves: #232721 |
310 |
|
- Change the cciss module description. |
311 |
|
Resolves: #210414 |
312 |
|
- Add support for qla3xxx and the Areca RAID adapter. |
313 |
|
Resolves: #233672, #242113 |
314 |
|
- Support OSA Layer 2 networking (bhinson). |
315 |
|
Resolves: #233357 |
316 |
|
- Merge in the following changelog entries from devel-cvs spec file: |
317 |
|
- Ignore disks listed in ignoredisks, even if we have clearpart --all (pjones) |
318 |
|
Resolves: #186438 |
319 |
|
- Label fat filesystems on ia64 during upgrade (pjones) |
320 |
|
Resolves: #234815 |
321 |
|
|
322 |
|
* Wed Apr 14 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.64-1 |
323 |
|
- Fix rescue mode selinuxfs mount |
324 |
|
- Add stex driver to module-info |
325 |
|
- Add OSA layer 2 network support for zSeries (dcantrell) |
326 |
|
Resolves: #233357 |
327 |
|
- Add size and model info to text mode drive selection (dcantrell) |
328 |
|
Resolves: #233606 |
329 |
|
- Honor nicdelay when ksdevice=link is used (dcantrell) |
330 |
|
Resolves: #207546 |
331 |
|
- Actually create the /bin/echo symlink on all arches |
332 |
|
- Detect FBA storage devices on zSeries |
333 |
|
|
334 |
* Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4 |
* Fri Apr 13 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-4 |
335 |
- Ignore disks listed in ignoredisks, even if we have clearpart --all |
- Ignore disks listed in ignoredisks, even if we have clearpart --all |
336 |
Resolves: #186438 |
Resolves: #186438 |
337 |
|
|
338 |
* Mon Apr 9 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3 |
* Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 10.1.1.63-3 |
339 |
- Label fat filesystems on ia64 during upgrade |
- Label fat filesystems on ia64 during upgrade |
340 |
Resolves: #234815 |
Resolves: #234815 |
341 |
|
|
342 |
* Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2 |
* Wed Apr 04 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-2 |
343 |
- Fix rescue mode selinuxfs mount (#234137) |
- Fix rescue mode selinuxfs mount (#234137) |
344 |
- Add stex driver to module-info (#230214) |
- Add stex driver to module-info (#230214) |
|
- Actually create the /bin/echo symlink on all arches (#178781) |
|
|
- Detect FBA storage devices on zSeries |
|
|
Resolves: #227913 |
|
345 |
|
|
346 |
* Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1 |
* Tue Mar 06 2007 Dave Lehman <dlehman@redhat.com> - 10.1.1.63-1 |
347 |
- Allow graphical xen installs to proceed with no mouse |
- Allow graphical xen installs to proceed with no mouse |
463 |
- Eliminate dupe vnc entries in command line docs (#175368) |
- Eliminate dupe vnc entries in command line docs (#175368) |
464 |
- Fix RAID error messages to be more clear (#184246) |
- Fix RAID error messages to be more clear (#184246) |
465 |
|
|
|
* Sat Mar 11 2006 Johnny Hughes <johnny@centos.org> - 10.1.1.37-1.centos4.2 |
|
|
- added centos4-isolinux-colors.patch to change the isolinux colors |
|
|
|
|
|
* Thu Mar 9 2006 Johnny Hughes <johnny@centos.org> - 10.1.1.37-1.centos4 |
|
|
- Rolled in previous CentOS-4 changes |
|
|
- added centos4-buildi586.patch to allow for 2 boot kernels, i686 and i586 |
|
|
made i686 the default kernel. |
|
|
|
|
466 |
* Thu Mar 2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1 |
* Thu Mar 2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1 |
467 |
- Make the ACPI probe happen when isys is imported, and return cached |
- Make the ACPI probe happen when isys is imported, and return cached |
468 |
data from there on out. |
data from there on out. |
486 |
- Change minimum cpu count for largesmp kernel selection on ppc |
- Change minimum cpu count for largesmp kernel selection on ppc |
487 |
to 64. (pjones, #179027) |
to 64. (pjones, #179027) |
488 |
|
|
|
* Sat Dec 31 2005 Pasi Pirhonen <upi@iki.fi> - 10.1.1.33-1.centos4 |
|
|
- Changed install directory to CentOS instead of RedHat |
|
|
- Changed various trademark and logos |
|
|
|
|
489 |
* Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2 |
* Wed Dec 21 2005 Peter Jones <pjones@redhat.com> - 10.1.1.33-2 |
490 |
- rebuild for fixed gcc |
- rebuild for fixed gcc |
491 |
|
|