--- rpms/anaconda/sme8/anaconda.spec 2008/04/09 13:51:41 1.4 +++ rpms/anaconda/sme8/anaconda.spec 2008/06/24 15:37:10 1.5 @@ -1,24 +1,10 @@ -# $Id$ - Name: anaconda -Version: 11.1.2.87 -Release: 1%{?dist} +Version: 11.1.2.113 +Release: 1.el5.centos.2 License: GPL Summary: Graphical system installer Group: Applications/System 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 -Patch100: anaconda-11.1.2.87-smeserver.patch - BuildPreReq: kudzu-devel >= 1.2.57.1.15, pciutils-devel BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 @@ -28,9 +14,8 @@ BuildPreReq: libXxf86misc-devel, intltoo BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3, BuildPreReq: libsepol-devel BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2 -BuildPreReq: glib2-devel >= 2.11.1-5 -BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1 -BuildPreReq: audit-libs-devel +BuildPreReq: libdhcp-devel >= 1.20-5, mkinitrd-devel >= 5.1.2-1 +BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5 Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty Requires: parted >= 1.7.1, pyparted >= 1.7.2 Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0 @@ -46,6 +31,17 @@ Requires: rhpxl >= 0.25 %endif Obsoletes: anaconda-images <= 10 Url: http://fedora.redhat.com/projects/anaconda-installer/ +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 + BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} @@ -76,6 +72,7 @@ sets, but are not meant for use on alrea %prep %setup -q + %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -86,8 +83,6 @@ sets, but are not meant for use on alrea %patch8 -p1 #%patch9 -p1 %patch10 -p1 -%patch100 -p1 - %build make depend @@ -129,11 +124,240 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Thu Dec 20 2007 Shad L. Lords 11.1.2.87-1.el5.sme -- Apply SME patches +* Mon Jun 8 2008 Karanbir Singh 11.1.2.113-1.el5.centos.2 +- Roll in CentOS Modifications -* Fri Nov 16 2007 Karanbir Singh 11.1.2.87-1.el5.centos -- Roll in CentOS Patches +* Wed Apr 16 2008 Chris Lumens 11.1.2.113-1 +- Require the latest version of libnl-devel. + Resolves: rhbz#441922 +- Fix definition of __libc_setlocale_lock for new glibc. + Resolves: rhbz#441940 +- Add support for the bcm5710 driver. + Resolves: rhbz#442553 +- Require the latest libdhcp (dcantrell). + Resolves: rhbz#435978 +- Fix networking tracebacks (pjones, clumens). + Resolves: rhbz#442020 + +* Tue Apr 08 2008 Chris Lumens 11.1.2.112-1 +- Make isys.dhcpNetDevice() work in rescue mode (dcantrell). + Related: rhbz#435978 + +* Wed Apr 02 2008 Chris Lumens 11.1.2.111-1 +- Don't rebuild the initrds if no modules were installed. + Resolves: rhbz#439379 +- Bootable requests can not be on logical volumes. + Resolves: rhbz#439270 +- Name the xen images for ia64 in the .treeinfo file (jgranado). +- Fix reporting on transaction errors (jgranado). + Resolves: rhbz#437813 +- Fix loop iteration in nl_ip2str (dcantrell). + Resolves: rhbz#437773 +- Allow GPT on ppc or ppc64 (dcantrell). + Resolves: rhbz#438683 + +* Tue Mar 25 2008 Chris Lumens 11.1.2.110-1 +- Don't try to initialize iSCSI when the portal cannot be detected (msivak). + Resolves: rhbz#435173 + +* Tue Mar 25 2008 Chris Lumens 11.1.2.109-1 +- Make sure DHCP works in rescue mode (dcantrell). + Resolves: rhbz#435978 + +* Mon Mar 17 2008 Chris Lumens 11.1.2.108-1 +- Avoid SIGSEGV on s390x in netlink loop (dcantrell). + Resolves: rhbz#436377 + +* Thu Mar 6 2008 Jeremy Katz - 11.1.2.107-1 +- Fix another case which could have None options + Resolves: rhbz#435998 + +* Wed Mar 05 2008 Chris Lumens 11.1.2.106-1 +- Fix the case where we're checking for _netdev but options is None (pjones). + Resolves: rhbz#435998 + +* Mon Mar 03 2008 Chris Lumens 11.1.2.105-1 +- Add support for _rnetdev mount option in fstab (pjones). + Resolves: rhbz#435716 +- Lots of network UI configuration fixes (dcantrell). + Resolves: rhbz#432011 +- Fix lvm error handling (msivak). + Related: rhbz#224636 + +* Thu Feb 21 2008 Chris Lumens 11.1.2.104-1 +- Handle exceptions when setting up repos not enabled by a key. + Resolves: rhbz#433028 +- Show unconfigured interfaces as UNCONFIGURED (dcantrell). + Related: rhbz#275291 + +* Tue Feb 19 2008 Chris Lumens 11.1.2.103-1 +- Fix a traceback in the backported pkgorder fix. + Resolves: rhbz#432006 +- Fix wrong function names for iscsi login/start (pjones). + Resolves: rhbz#433276 + +* Sat Feb 16 2008 Chris Lumens 11.1.2.102-1 +- Correct auth command reading problem for ks files (dcantrell). + Related: rhbz#427388 +- Use correct salt length for MD5, SHA256, & SHA512 (dcantrell). + Related: rhbz#427388 + +* Wed Feb 13 2008 Chris Lumens 11.1.2.101-1 +- Make sure interface description is defined (dcantrell). + Resolves: rhbz#432635 +- Set an attribute when iscsid is started + Resolves: rhbz#431904 + +* Mon Feb 11 2008 David Cantrell 11.1.2.100-1 +- Better fixes for iscsi probing (pjones, jlaska) + Related: rhbz#431924 +- Make man pages work in the chrooted environment (jgranado) + Resolves: rhbz#243443 +- Use correct variable in comparison (jgranado) + Related: rhbz#432035 + +* Fri Feb 08 2008 David Cantrell 11.1.2.99-1 +- Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado) + Resolves: rhbz#432035 + +* Thu Feb 07 2008 Chris Lumens 11.1.2.98-1 +- Fix an infinite loop in using libnl (dcantrell). + Related: rhbz#303681 + +* Thu Feb 07 2008 Chris Lumens 11.1.2.97-1 +- Add module dependencies of qeth.ko. + Resolves: rhbz#431922 +- Make sure ISCSIADM and such are defined (pjones). + Resolves: rhbz#431924 +- Use libnl to read MAC and IP addresses (dcantrell). + Resolves: rhbz#303681 +- Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado). + Resolves: rhbz#207657 + +* Tue Feb 05 2008 Chris Lumens 11.1.2.96-1 +- Include libnssutil3.so in the initrd for s390 as well. + Resolves: rhbz#431054 +- Document the dhcptimeout parameter (msivak). + Related: rhbz#198147, rhbz#254032 + +* Mon Feb 04 2008 Chris Lumens 11.1.2.95-1 +- Propagate hostname from stage 1 to stage 2 on s390x (dcantrell). + Resolves: rhbz#354021 + +* Fri Feb 01 2008 Chris Lumens 11.1.2.94-1 +- Include libnssutil3.so for sshd on s390 (dcantrell). +- Remove old IP addresses from interface on reconfig (dcantrell). + Resolves: rhbz#218273 +- More fixes for .treeinfo (jgranado). + +* Wed Jan 30 2008 Chris Lumens 11.1.2.93-1 +- Support network --bootproto=query in kickstart installs. + Resolves: rhbz#401531 +- Set the format flag for new volume groups (msivak). + Resolves: rhbz#246523 +- More fixes for .treeinfo (jgranado). + Related: rhbz#253992 + +* Mon Jan 28 2008 David Cantrell 11.1.2.92-1 +- Fix remaining issues with createLuserConf() changes + Related: rhbz#430237 + +* Mon Jan 28 2008 Chris Lumens 11.1.2.91-1 +- Include python-iniparse in stage2 for pirut. + Resolves: rhbz#430212 +- Update the information contained in .treeinfo files (jgranado). + Resolves: rhbz#253992 +- Fix namespace issue with createLuserConf (dcantrell). + Resolves: rhbz#430237 +- Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell). + Related: rhbz#428694, rhbz#216158 + +* Wed Jan 23 2008 Chris Lumens 11.1.2.90-1 +- Add the stage2 to the .treeinfo file (jgranado). + Resolves: rhbz#253992 +- Fix handling %packages section in output anaconda-ks.cfg file. + Related: rhbz#280101 +- Fix a traceback caused by the patch for 427388. + Resolves: rhbz#429902 +- Fix some additional errors in createLuserConf() (dcantrell). + Resolves: rhbz#429902 +- Fix iscsi so that mkinitrd can talk to the running daemon (pjones). + +* Mon Jan 21 2008 Chris Lumens 11.1.2.89-1 +- Support SHA256/SHA512 password encoding from kickstart (dcantrell). + Resolves: rhbz#427388 + +* Fri Jan 18 2008 Chris Lumens 11.1.2.88-1 +- Allow users to back up past instkey dialog (dlehman). + Resolves: rhbz#252349 +- Handle missing FTP files the same way as missing HTTP files (dlehman). + Resolves: rhbz#350251 +- Add support for iSCSI iBFT (msivak). + Resolves: rhbz#307761 +- Do not display NICs as UNCONFIGURED in network_text.py (dcantrell). + Resolves: rhbz#275291 +- If bootproto is dhcp, unset any static settings (dcantrell). + Resolves: rhbz#218489 +- Add support for the mptctl driver. + Resolves: rhbz#382941 +- Fix a traceback running pkgorder in non-base products (dgregor). + Resolves: rhbz#317131 +- Fix a traceback when adding zFCP disk without specifying details (msivak). + Resolves: rhbz#428180 +- Catch lvm tools errors when creating logical volumes (msivak). + Resolves: rhbz#224636 +- Add support for specifying the dhcp timeout (msivak). + Resolves: rhbz#198147, rhbz#254032 +- Don't add a trailing 1 to filesystem labels (jgranado). + Resolves: rhbz#415861 +- Add spufs support (jgranado). + Resolves: rhbz#247720 +- List iSCSI multipath devices in the installer UI. (dcantrell). + Resolves: rhbz#391951 +- Fix selected device when adding an advanced storage device (msivak). + Resolves: rhbz#248447 +- Add maketreeinfo.py script (jgranado). + Resolves: rhbz#253992 +- Make F12 work for the network config screen in text installs (jgranado). + Resolves: rhbz#250982 +- Add the ixgbe driver (jgranado). + Resolves: rhbz#350911 +- Write out IPV6INIT= to network-scripts (jgranado). + Resolves: rhbz#243524 +- Close md devices to fix RAID tracebacks (jgranado). + Related: rhbz#208970 +- Use input %packages section for anaconda-ks.cfg (msivak). + Resolves: rhbz#280101 +- Add option for selecting different comps file (msivak). + Resolves: rhbz#352081 +- Add nicdelay parameter (msivak). + Resolves: rhbz#349521 +- Be more accepting in which strings we wait for from sshd (alanm). + Resolves: rhbz#286031 +- Allow the use of double quotes in the pxeboot config file (jgranado). + Resolves: rhbz#248170 +- Read the nic info before showing the configuration window (jgranado). + Resolves: rhbz#278451 +- Make the back button work on the network config screen in loader (jgranado). + Resolves: rhbz#233655 +- Get lcs interface name correctly (msivak). + Resolves: rhbz#237508 +- Include more terminfo files to fix s390 telnet mode (msivak). + Resolves: rhbz#231173 +- Fix kickstart docs for --dhcpclass parameter (jgranado). + Resolves: rhbz#248910 +- Fix traceback when displaying autopartition error messages (jgranado). + Resolves: rhbz#247257 +- Fix comparison of unusual network interface names (jgranado). + Resolves: rhbz#246135 +- Populate the kickstart file dialog with the original value (jgranado). + Resolves: rhbz#245936 +- Make the man pages work in rescue mode (jgranado). + Resolves: rhbz#243443 +- Sort text package list (jgranado). + Resolves: rhbz#242456 +- Don't eject the cd before the %post scripts are run (jgranado). + Resolves: rhbz#238711 * Wed Oct 17 2007 Chris Lumens 11.1.2.87-1 - Prompt for manual network configuration in the loader if needed.