--- rpms/anaconda/sme7/anaconda.spec 2007/06/12 14:39:14 1.1 +++ rpms/anaconda/sme7/anaconda.spec 2009/08/24 15:09:08 1.6 @@ -1,38 +1,22 @@ ExcludeArch: ppc64 Name: anaconda -Version: 10.1.1.63 -Release: 4.centos4.1%{?dist} +Version: 10.1.1.103 +Release: 1.centos4 License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 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 Patch10: centos4-anaconda.patch Patch11: centos4-buildi586.patch Patch12: centos4-isolinux-colors.patch -Patch13: centos4-unicode-linedraw-chars.patch -Patch100: back-button.patch -Patch101: upgrade-install.patch -Patch102: package-logging.patch -Patch103: postaction-intf.patch -Patch200: smeserver.patch -Patch201: smeserver-crashdumptext.patch -Patch202: smeserver-degraded-raid.patch -Patch203: smeserver-bootraidfirst.patch -Patch204: smeserver-mdadm-noroot.patch -Patch205: smeserver-super-minor.patch -Patch206: smeserver-kmod.patch -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 +Patch13: centos4-use-discinfo.patch + +BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.26, 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 %ifarch i386 BuildRequires: dietlibc %endif -Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu +Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.19-23, booty, kudzu Requires: pyparted, libxml2-python, dosfstools >= 2.8-17 Requires: anaconda-help, system-logos Obsoletes: anaconda-images <= 10 @@ -58,28 +42,11 @@ sets, but are not meant for use on alrea %prep %setup -q -%patch0 -p0 -%patch1 -p0 -b .fba -%patch2 -p0 -b .selinux -%patch3 -p0 -b .stex -%patch4 -p0 -b .fatlabel -%patch5 -p0 -b .ignoredisk %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 cp -f %{SOURCE1} anaconda.spec -%patch100 -p1 -%patch101 -p1 -%patch102 -p1 -%patch103 -p1 -%patch200 -p1 -%patch201 -p1 -%patch202 -p1 -%patch203 -p1 -%patch204 -p1 -%patch205 -p1 -%patch206 -p1 %build make depend @@ -121,36 +88,300 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Thu May 17 2007 Shad L. Lords 10.1.1.63-4.centos4.1.sme -- Add kmods based on selected kernel -- Remove super-minor from mdadm.conf to fix warnings. -- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147] -- Make boot device be created first so raid will be ready for grub -- Apply various SME Server patches [SME: 1277] -- Change location of crash dump report [SME: 1250] - -* Sun May 6 2007 Johnny Hughes - 10.1.1.63-4.centos4.1 -- modifed centos i586 patches to work with Xen. - -* Wed May 2 2007 Johnny Hughes - 10.1.1.63-4.centos4 +* Fri Jul 3 2009 Tru Huynh - 10.1.1.103-1.centos4 - modified to include the centos anaconda spec file in the build as it is used in the build process (SOURCE1). -- rolled in previous centos changes +- rolled in centos patches 10, 11, 12, 13 + +* Tue Mar 31 2009 Joel Granados - 10.1.1.103-1 +- libwrap is now located in /LIBDIR/libwrap (msivak). + Resolves: rhbz:#493005 + +* Thu Mar 26 2009 Joel Granados - 10.1.1.102-1 +- Fix the size of the vmlinuz images for i386 and ia64 (msivak). + Resolves: rhbz:#492331 + +* Wed Mar 25 2009 Joel Granados - 10.1.1.101-1 +- Add the qla2500 to the table of known modules (msivak). + Resolves: rhbz:#491982 + +* Wed Mar 11 2009 Joel Granados - 10.1.1.100-1 +- Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal). + Resolves: rhbz:#489549 + +* Wed Mar 4 2009 Joel Granados - 10.1.1.99-1 +- We have to first refresh the devices and _then_ set the protected list (msivak). + Resolves: rhbz:#461855 + +* Thu Feb 26 2009 Joel Granados - 10.1.1.98-1 +- LVM VG size is not same as the device where PV is (jgranado). + Patch in partRequest.py instead of autopart.py. + Resolves: rhbz:#480793 + +* Mon Feb 23 2009 Joel Granados - 10.1.1.97-1 +- LVM VG size is not same as the device where PV is (jgranado). + Resolves: rhbz:#480793 + +* Wed Feb 4 2009 Joel Granados - 10.1.1.96-1 +- Don't show the root password dialog, make patch work better (msivak). + Resolves: rhbz:#481597 +- Clamp the lv size on LV device creation (jgranados). + Resolves: rhbz:#480793 + +* Fri Jan 30 2009 Joel Granados - 10.1.1.95-1 +- Avoid devices where the lvm metadata is not present (jgranado). + Resolves: rhbz:#481698 +- Don't show the root password dialog, password was provided by ks file (msivak). + Resolves: rhbz:#481597 + +* Tue Jan 27 2009 Joel Granados - 10.1.1.94-1 +- Remove missing PVs before removing obsolete VG (jgranado). + Resolves: rhbz:#481698 + +* Mon Jan 26 2009 Joel Granados - 10.1.1.93-1 +- Correct backport from RHEL5 (jgranados). + Resolves: rhbz:#480793 + +* Thu Jan 15 2009 Joel Granados - 10.1.1.92-1 +- Flush the drive dict first so CD-ROM device nodes get made (clumens). + Resolves: rhbz:#435926 +- Protect installation source partition from deletion (msivak). + Resolves: rhbz:#461855 +- Allow bootloader on mbr when /boot is dmraid1 (hdegoede). + Resolves: rhbz:#217176 +- Allow empty DNS variable in s390 CMS conf file (dcantrell). + Resolves: rhbz:#465175 +- Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell). + Resolves: rhbz:#459730 +- docs update for driveorder ks command (msivak). + Resolves: rhbz:#430476 +- Fix detection of xen environment for kbd setting (rvykydal). + Resolves: rhbz:#459785 +- Fix clamping of size of lvm physical volumes (backport) (rvykydal). + Resolves: rhbz:#233050 +- Add virtio support (clalance). + Related: rhbz:#479134,446215 +- Do a check in lvm grow to catch negative sizes (jgranado). + Related: rhbz:#144676 + +* Tue Jul 08 2008 Peter Jones - 10.1.1.91-1 +- Add initrd.size to the generic.ins files on s390. (I think this should + solve #454492 , and indicates that the verification of #449617 was an error.) + Related: rhbz#454492 + +* Wed Jun 25 2008 Peter Jones - 10.1.1.90-1 +- Add support for automatically determining the initramfs size on s390x + Resolves: rhbz#449617 + +* Mon May 05 2008 Dave Lehman - 10.1.1.89-1 +- Fix field separator spec in awk commands in linuxrc.s390 (jgranado) + Resolves: rhbz#444674 +- Fix IPv6 address verification functions in linuxrc.s390 (jgranado) + Resolves: rhbz#362411 +- Revert previous change to notify NFS server when we finish install (jgranado) + Related: rhbz#208103 + +* Thu Apr 24 2008 Dave Lehman - 10.1.1.88-1 +- Increase ia64 initrd image size (jgranado) + Resolves: rhbz#443373 +- Specify mode when running mdadm + Resolves: rhbz#443844 + +* Tue Apr 22 2008 Dave Lehman - 10.1.1.87-1 +- Fix traceback trying to access non-existent anaconda instance + Resolves: rhbz#443412 + +* Fri Apr 18 2008 Dave Lehman - 10.1.1.86-1 +- Fix dispatch traceback (msivak) + Resolves: rhbz#442750 +- Fix loader crash from freeing static bufer (clumens) + Resolves: rhbz#442863 + +* Tue Apr 15 2008 Dave Lehman - 10.1.1.85-1 +- Fix detection of xen para-virt environment (msivak) + Resolves: rhbz#441729 +- Add bnx2x driver + Resolves: rhbz#442563 +- Add myri10ge driver + Resolves: rhbz#442545 + +* Mon Apr 14 2008 Dave Lehman - 10.1.1.84-1 +- Tell the nfs server when we unmount the nfs mountpoints (jgranado) + Resolves: rhbz#208103 +- Fix logic in patch for protecting hard drive install source (msivak) + Related: rhbz#220161 +- Remove defunct VG before creating a new one of the same name + Resolves: rhbz#257161 +- Use the search path when running mdadm + Related: rhbz#185674 +- Support SHA256/SHA512 password encoding from kickstart + Resolves: rhbz#427384 + +* Fri Mar 28 2008 Dave Lehman - 10.1.1.83-1 +- Fix a typo in the dhcptimeout patch + Related: rhbz#246483 +- Fix various problems with the no-duplicate-hostadapters patch + Related: rhbz#248619 + +* Thu Mar 27 2008 Dave Lehman - 10.1.1.82-1 +- Add dhcptimeout parameter to loader (msivak) + Resolves: rhbz#246483 +- Fix swap size recommendation to match manuals (msivak) + Resolves: rhbz#339001 +- Add ixgbe module + Resolves: rhbz#350921 +- Fix segfault with driver disk image in initrd + Resolves: rhbz#249241 +- Avoid duplicate scsi_hostadapter lines in modprobe.conf + Resolves: rhbz#248619 +- Prevent modification to partitions containing harddrive install media (msivak) + Resolves: rhbz#220161 +- Use mdadm to generate mdadm.conf (jgranado) + Resolves: rhbz#185674 +- Add IP address validation routines for s390 (jgranado) + Resolves: rhbz#362411 +- Close RAID devices after collecting device labels (jgranado) + Resolves: rhbz#434949 + +* Tue Oct 30 2007 David Cantrell - 10.1.1.81-1 +- Copy loaderData->macaddr in to cfg->macaddr + Related: rhbz#233357 + +* Mon Oct 29 2007 David Cantrell - 10.1.1.80-1 +- Copy in usr/sbin/ip for the s390 & s390x initrd.img files + Related: rhbz#233357 + +* Fri Oct 26 2007 David Cantrell - 10.1.1.79-1 +- Make e100e description in module-info unique (pjones) + Related: rhbz#253791 + +* Tue Oct 23 2007 David Cantrell - 10.1.1.78-1 +- Add sbin/ip to KEEPFILE list on s390 & s390x + Related: rhbz#233357 + +* Wed Oct 10 2007 David Cantrell - 10.1.1.77-1 +- Add /sbin/ip command to the initrd.img file on s390 & s390x + Related: rhbz#233357 + +* Wed Oct 10 2007 David Cantrell - 10.1.1.76-1 +- ChangeLog corrections caught by rpmdiff + Related: rhbz#234134 + +* Tue Oct 09 2007 David Cantrell - 10.1.1.75-1 +- use /sbin/ip in init to set the MAC address on s390/s390x (bhinson) + Resolves: rhbz#233357 + +* Tue Oct 09 2007 David Cantrell - 10.1.1.74-1 +- add qla4xxx driver + Resolves: rhbz#234134 + +* Tue Sep 25 2007 Dave Lehman - 10.1.1.73-1 +- look for labels on all fstypes + Resolves: rhbz#251579 +- add e1000e driver (pjones) + Resolves: rhbz#253791 + +* Mon Sep 17 2007 Dave Lehman - 10.1.1.72-1 +- fix handling of MACADDR when configuring OSA layer2 networking (dcantrell) +- Related: rhbz#233357 + +* Tue Sep 11 2007 Peter Jones - 10.1.1.71-2 +- rebuild with COLLECTION=dist-4E-U6-candidate to pick up newer kudzu. + +* Thu Sep 06 2007 Chris Lumens - 10.1.1.71-1 +- Fix raid --useexisting. + Resolves: rhbz#207541. + +* Mon Sep 04 2007 Dave Lehman - 10.1.1.70-1 +- Increase the size of x86_64 diskboot.img so everything fits (pjones) + Resolves: rhbz#240561 +- Fix MAC address specification with OSA layer2 networking, based on patch + from Brad Hinson (dcantrell) + Resolves: rhbz#252021 +- Fix biosdisk install problems on certain hardware (dcantrell) + Resolves: rhbz#247303 +- Enable igb network devices (dcantrell) + Resolves: rhbz#253711 + +* Mon Aug 13 2007 Peter Jones - 10.1.1.69-1 +- Fix py-compile failure introduced in .68-1 . + +* Fri Aug 10 2007 Peter Jones - 10.1.1.68-1 +- Add missing pata_* and sata_* HBA drivers + Resolves: rhbz#251718 +- Fix UI for drive selection for partitioning (clumens) + Resolves: rhbz#251150 + +* Thu Aug 02 2007 David Cantrell - 10.1.1.67-1 +- Handle return value from waitLinkSleep() correctly (pjones) + Related: rhbz#207546 +- Only show >15 partitions message if there is a user interface (dlehman) + Related: rhbz#238708 + +* Fri Jul 13 2007 Chris Lumens - 10.1.1.66-1 +- Don't read filesystem labels from drives we cleared with clearpart. + Resolves: #209291 +- Don't display an error if mount fails when searching for a root (dlehman). + Resolves: #214008 +- Check for SCSI disks containing more than 15 partitions (dlehman). + Resoles: #238708 +- Fix PATH assignment in linuxrc.s390 (dlehman). + Resolves: #190215 +- Add netxen_nic support (dlehman). + Resolves: #233639 +- Add ignoredisk --only-use option. + Resolves: #198526 +- Document nfsmountopts command line option. + Resolves: #234185 + +* Wed Jun 20 2007 Chris Lumens - 10.1.1.65-1 +- Support FTP and HTTP URLs with auth info (dcantrell). + Resolves: #194247 +- Increase DHCP timeout to 45 seconds and retries to 10 (dcantrell). + Resolves: #207546 +- Remove invalid preexisting RAID requests. + Resolves: #233308 +- Don't traceback on keeping preexisting partitions and logical volumes. + Resolves: #182943 +- Fix probing for RAID superblocks. + Resolves: #172648 +- Document the nicdelay command line option. + Resolves: #232721 +- Change the cciss module description. + Resolves: #210414 +- Add support for qla3xxx and the Areca RAID adapter. + Resolves: #233672, #242113 +- Support OSA Layer 2 networking (bhinson). + Resolves: #233357 +- Merge in the following changelog entries from devel-cvs spec file: +- Ignore disks listed in ignoredisks, even if we have clearpart --all (pjones) + Resolves: #186438 +- Label fat filesystems on ia64 during upgrade (pjones) + Resolves: #234815 + +* Wed Apr 14 2007 Dave Lehman - 10.1.1.64-1 +- Fix rescue mode selinuxfs mount +- Add stex driver to module-info +- Add OSA layer 2 network support for zSeries (dcantrell) + Resolves: #233357 +- Add size and model info to text mode drive selection (dcantrell) + Resolves: #233606 +- Honor nicdelay when ksdevice=link is used (dcantrell) + Resolves: #207546 +- Actually create the /bin/echo symlink on all arches +- Detect FBA storage devices on zSeries * Fri Apr 13 2007 Peter Jones - 10.1.1.63-4 - Ignore disks listed in ignoredisks, even if we have clearpart --all Resolves: #186438 -* Mon Apr 9 2007 Peter Jones - 10.1.1.63-3 +* Mon Apr 09 2007 Peter Jones - 10.1.1.63-3 - Label fat filesystems on ia64 during upgrade Resolves: #234815 * Wed Apr 04 2007 Dave Lehman - 10.1.1.63-2 - Fix rescue mode selinuxfs mount (#234137) - 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 * Tue Mar 06 2007 Dave Lehman - 10.1.1.63-1 - Allow graphical xen installs to proceed with no mouse @@ -272,14 +503,6 @@ rm -rf $RPM_BUILD_ROOT - Eliminate dupe vnc entries in command line docs (#175368) - Fix RAID error messages to be more clear (#184246) -* Sat Mar 11 2006 Johnny Hughes - 10.1.1.37-1.centos4.2 -- added centos4-isolinux-colors.patch to change the isolinux colors - -* Thu Mar 9 2006 Johnny Hughes - 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. - * Thu Mar 2 2006 Peter Jones - 10.1.1.38-1 - Make the ACPI probe happen when isys is imported, and return cached data from there on out. @@ -303,10 +526,6 @@ rm -rf $RPM_BUILD_ROOT - Change minimum cpu count for largesmp kernel selection on ppc to 64. (pjones, #179027) -* Sat Dec 31 2005 Pasi Pirhonen - 10.1.1.33-1.centos4 -- Changed install directory to CentOS instead of RedHat -- Changed various trademark and logos - * Wed Dec 21 2005 Peter Jones - 10.1.1.33-2 - rebuild for fixed gcc