--- rpms/anaconda/sme8/anaconda.spec 2007/06/12 17:57:22 1.1 +++ rpms/anaconda/sme8/anaconda.spec 2008/06/24 16:12:30 1.6 @@ -1,22 +1,11 @@ Name: anaconda -Version: 11.1.2.36 -Release: 1%{?dist}.6 +Version: 11.1.2.113 +Release: 1%{?dist}.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.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 - -BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel +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 BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel @@ -25,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 @@ -35,7 +23,7 @@ Requires: libxml2-python, python-urlgrab Requires: system-logos, pykickstart, system-config-date Requires: device-mapper >= 1.01.05-3 Requires: dosfstools >= 2.11-6.2 e2fsprogs -Requires: python-pyblock >= 0.24-1 +Requires: python-pyblock >= 0.26-1 Requires: libbdevid >= 5.1.2-1, libbdevid-python Requires: audit-libs %ifnarch s390 s390x ppc64 @@ -43,6 +31,18 @@ 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 +Patch100: anaconda-11.1.2.113-smeserver.patch + BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} @@ -73,6 +73,7 @@ sets, but are not meant for use on alrea %prep %setup -q + %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -81,8 +82,9 @@ sets, but are not meant for use on alrea %patch6 -p1 %patch7 -p1 %patch8 -p1 -%patch9 -p1 +#%patch9 -p1 %patch10 -p1 +%patch100 -p1 %build make depend @@ -124,23 +126,699 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Tue Apr 10 2007 Karanbir Singh - 11.1.2.36.1.el5.centos.6 -- Fix typo in additionalrepos patch - -* Mon Apr 9 2007 Karanbir Singh - 11.1.2.36.1.el5.centos.5 -- Drop update repos from install time selection - -* Sun Apr 8 2007 Karanbir Singh - 11.1.2.36.1.el5.centos.4 -- Additional repos at install time - -* Fri Mar 30 2007 Karanbir Singh - 11.1.2.36.1.el5.centos.3 -- Drop taskMap mapping +* Tue Jun 24 2008 Shad L. Lords 11.1.2.113-1.el5.sme.2 +- Apply SME patches -* Thu Mar 29 2007 Karanbir Singh - 11.1.2.36.1.el5.centos.2 -- Added pkgorder patch to make it do what we want it to +* Mon Jun 8 2008 Karanbir Singh 11.1.2.113-1.el5.centos.2 +- Roll in CentOS Modifications -* Wed Mar 28 2007 Karanbir Singh - 11.1.2.36-1.el5.centos.1 -- Roll in CentOS Change +* 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. + Related: rhbz#296081 + +* Mon Oct 15 2007 Chris Lumens 11.1.2.86-1 +- Don't try to use DHCP in networks with static IP configuration. + Resolves: rhbz#296081 + +* Wed Oct 03 2007 David Cantrell - 11.1.2.85-1 +- Check both IP structure members in getFileFromNfs() + Resolves: rhbz#316251 + +* Thu Sep 27 2007 David Cantrell - 11.1.2.84-1 +- Check return values correctly on netlink_interfaces_ip2str() and + netlink_interfaces_mac2str() + Resolves: rhbz#230525 + Related: rhbz#209284 + +* Wed Sep 19 2007 David Cantrell - 11.1.2.83-1 +- Add cxgb3 driver (pjones) + Resolves: rhbz#296791 + +* Tue Sep 18 2007 David Cantrell - 11.1.2.82-1 +- Fix kickstart over NFS installs on s390x (ks=nfs:host:/path) + Resolves: rhbz#250689 + +* Mon Sep 17 2007 David Cantrell - 11.1.2.81-1 +- Make major and minor long ints in devMakeInode() + Related: rhbz#218816 + +* Mon Sep 17 2007 David Cantrell - 11.1.2.80-1 +- Create all variations of tape drive device nodes (dlehman) + Resolves: rhbz#218816 + +* Fri Sep 14 2007 David Cantrell - 11.1.2.79-1 +- Correct infinite loop problem with new recvfrom() code for reading large + netlink messages + Related: rhbz#230525 +- Make sure we clear the netlink cache before looking up IP or MAC addrs + Related: rhbz#235824 + +* Thu Sep 13 2007 David Cantrell - 11.1.2.78-1 +- Fix manual IPv4 configuration when adding an iSCSI device + Related: rhbz#235824 + +* Wed Sep 12 2007 David Cantrell - 11.1.2.77-1 +- Revert netlink_init_interfaces_list() changes + Resolves: rhbz#287541 + +* Tue Sep 11 2007 David Cantrell - 11.1.2.76-1 +- Fix going back to the network device selection screen in loader + Resolves: rhbz#253285 +- Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones) + Related: rhbz#230525 +- Driver disk fixes (clumens) + Related: rhbz#213318 +- Make sure MACADDR is written to ifcfg-* files (bhinson) + Related: rhbz#248049 + +* Wed Sep 05 2007 David Cantrell - 11.1.2.75-1 +- Fix network handling via CMS conf file on s390x + Resolves: rhbz#278261 + +* Wed Sep 05 2007 David Cantrell - 11.1.2.74-1 +- Find all NICs with netlink call + Related: rhbz#230525 + +* Tue Sep 04 2007 David Cantrell - 11.1.2.73-1 +- Handle empty VSWITCH parameter (bhinson AT redhat DOT com) + Related: rhbz#248049 + +* Tue Sep 04 2007 David Cantrell - 11.1.2.72-1 +- Rebuild against kudzu-1.2.57.1.15 + Resolves: rhbz#276161 + +* Fri Aug 31 2007 David Cantrell - 11.1.2.71-1 +- Remove extra newtPopWindow() call + Related: rhbz#260621 + +* Thu Aug 30 2007 David Cantrell - 11.1.2.70-1 +- Fix text wrap width on partition type combo (dlehman) + Related: rhbz#221791 +- Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window + Related: rhbz#260621 + +* Wed Aug 29 2007 David Cantrell - 11.1.2.69-1 +- Skip Configure TCP/IP window for kickstart installs + Resolves: rhbz#260621 +- Do not run _isys.vtActivate() on s390x + Related: rhbz#217563 +- Keep drive selection box disabled if user clicks Back (clumens) + Related: rhbz#219207 + +* Mon Aug 27 2007 David Cantrell - 11.1.2.68-1 +- Do not return after NIC config for iSCSI setup + Resolves: rhbz#233029 + +* Fri Aug 24 2007 David Cantrell - 11.1.2.67-1 +- Fix "no more mirrors" problems when retrieving packages (dlehman) + Resolves: rhbz#240582 +- Don't add duplicate fstab entries if the fstype is none (clumens) + Resolves: rhbz#253485 +- Allow users to change their NIC and reconfigure it in loader + Resolves: rhbz#253285 +- Validate IP addresses correctly for manual entry on s390x linuxrc + Related: rhbz#234152 +- Correct setting addon repository names (clumens) + Related: rhbz#206152 + +* Fri Aug 17 2007 David Cantrell - 11.1.2.66-1 +- Select appropriate kernel devel package (dlehman) + Related: rhbz#226784 + +* Fri Aug 17 2007 David Cantrell - 11.1.2.65-1 +- Don't assume tb[IFLA_ADDRESS] contains data + Resolves: rhbz#252988 +- Add support for VSWITCH and MACADDR conf variables on s390x + Resolves: rhbz#248049 +- Fix ks=nfs: regression on s390x + Resolves: rhbz#250689 + +* Mon Aug 13 2007 Peter Jones - 11.1.2.64-1 +- Fix memory size comparison in PAE test. + Related: rhbz#207573 +- Add e1000e and igb modules. + Resolves: rhbz#251733 + Resolves: rhbz#251735 + +* Fri Aug 10 2007 David Cantrell - 11.1.2.63-1 +- Disable zFCP device before removing LUN (bhinson AT redhat DOT com) + Resolves: rhbz#249341 + +* Wed Aug 08 2007 David Cantrell - 11.1.2.62-1 +- Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI + requires/provides (dlehman) + Resolves: rhbz#241412 +- Fix converting UI selections into which drives should be used for + partitioning (clumens) + Resolves: rhbz#247997 + +* Mon Aug 06 2007 David Cantrell - 11.1.2.61-1 +- Honor ip=/ipv6=/noipv4/noipv6 boot parameters and skip the + loader configuration if enough settings are passed on the boot line + Resolves: rhbz#246603 + +* Fri Jul 20 2007 Peter Jones - 11.1.2.60-1 +- Hopefully fix usb-storage reloading. Still needs testing + Related: rhbz#247830 +- Ignore failure to unmount /mnt/source if we don't think there's a real mount + (dlehman) + Related: rhbz#223059 +- Prevent SIGSEGV when going back from NFS entry box after manual IPv4 + configuration (dcantrell) + Resolves: rhbz#248075 +- Fix the timezone window (dcantrell) + Resolves: rhbz#248928 + +* Wed Jul 18 2007 David Cantrell - 11.1.2.59-1 +- Correctly discover underlying physical disks for RAID devices (pjones) + Resolves: rhbz#248616 +- Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com) + Resolves: rhbz#244994 +- Clear screen after post-install NIC settings + Resolves: rhbz#248130 +- Display mpath model and unit info on text partitioning screen + Related: rhbz#185852 + +* Mon Jul 16 2007 Peter Jones - 11.1.2.58-1 +- Only skip redhat-lsb during dependency resolution if it's not + the only thing left + Resolves: rhbz#248195 + +* Thu Jul 12 2007 Peter Jones - 11.1.2.57-1 +- Only use GPT when we've got really big disks + Resolves: rhbz#247830 +- Allow ia64 virt installs without "debug" option + Resolves: rhbz#246718 +- Copy firmware files correctly from driver disks + Related: rhbz#224076 + +* Thu Jul 12 2007 Peter Jones - 11.1.2.56-1 +- Save "nodmraid" option so mkinitrd won't turn it on during boot + Related: rhbz#185852 +- Don't mark partitions as bootable on GPT disks unless we're using EFI + Related: rhbz#130236 +- Fix size display errors with large disks + Related: rhbz#130236 + +* Tue Jul 10 2007 David Cantrell - 11.1.2.55-1 +- Display mpath model information on the custom partitioning screen + Related: rhbz#185852 + +* Tue Jul 10 2007 David Cantrell - 11.1.2.54-1 +- Add missing colon on an if statement in getMpathModel() + Related: rhbz#185852 +- Do not add extra 'mapper/' to fulldev in getMpathModel() + Related: rhbz#185852 + +* Tue Jul 10 2007 David Cantrell - 11.1.2.53-1 +- Use scsi_id to gather WWID info in getMpathModel() + Related: rhbz#185852 +- Do not strip 'mapper/' from mpath device names in the partitioning UI + Related: rhbz#185852 + +* Mon Jul 09 2007 David Cantrell - 11.1.2.52-1 +- If we have seen an mpath device, do not gather its WWID again + Related: rhbz#185852 +- Fix code indentation errors + Related: rhbz#185852 +- Fix errors in the getMpathInfo() function when executing multipath + Related: rhbz#185852 +- Display mpath devices without the 'mapper/' text + Related: rhbz#185852 +- Get WWID from bindings file if multipath command returns nothing + Related: rhbz#185852 +- Require that USB devices remain stable for a longer time period (pjones) + Resolves: rhbz#222684 + +* Mon Jul 09 2007 David Cantrell - 11.1.2.51-1 +- Ignore empty lines when collecting WWIDs per mpath device + Related: rhbz#185852 +- Comment out existing blacklist and blacklist_exceptions blocks in the + /etc/multipath.conf file + Related: rhbz#185852 +- Reset SELinux file contexts on multipath.conf and bindings files + Related: rhbz#185852 + +* Fri Jul 06 2007 David Cantrell - 11.1.2.50-1 +- Read default multipath.conf values from either the target system or the + anaconda stage2 environment. Make sure we only read one WWID per mpath + alias and log an error if we didn't. + Related: rhbz#185852 +- Install the PAE kernel when applicable (e.g., >4GB memory) + Resolves: rhbz#207573 +- Read mpathNNN devices when generating the bindings and multipath.conf files + Related: rhbz#185852 +- Make sure the partitioning UI screen displays WWID and model information + for multipath devices + Related: rhbz#185852 +- Use GPT on all architectures with non-boot disks >=2TB (pjones) + Resolves: rhbz#130236 + +* Thu Jul 05 2007 David Cantrell - 11.1.2.49-1 +- Generate multipath bindings and multipath.conf before package + installation. Use scsi_id to collect WWIDs rather than the multipath + command to maintain consistency with what pyblock has done. + Related: rhbz#185852 + +* Fri Jun 29 2007 Chris Lumens - 11.1.2.48-1 +- Support new driver disk repo layout. + Resolves: rhbz#213318 +- Add missing TEXT_EDIT_BUTTON constants back (dcantrell). + Resolves: rhbz#245606. +- Fix a traceback when writing out multipath configs (dcantrell). + Related: rhbz#185852. + +* Thu Jun 28 2007 Chris Lumens - 11.1.2.47-1 +- Fix traceback when writing out repo lines. + Resolves: rhbz#246084 + +* Wed Jun 27 2007 Chris Lumens - 11.1.2.46-1 +- Create package header directory since yum doesn't anymore (katzj). + Resolves: rhbz#245918 +- Write out repo lines to anaconda-ks.cfg. + Resolves: rhbz#206152 +- Enable multipathd on mpath installs (dcantrell). + Resolves: rhbz#243421 +- Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell). + Resolves: rhbz#185852 +- Display model information in the UI for mpath devices (dcantrell). + Resolves: rhbz#208341 +- Add nspr libraries and additional nss libraries. + Related: rhbz#245215 +- Fox error reporting in iscsi connection code (pjones). + +* Tue Jun 26 2007 David Cantrell - 11.1.2.45-1 +- Add keyutils-libs (clumens) + Resolves: rhbz#245734 +- Set up and use yum backend plugins (dlehman) + Resolves: rhbz#241412 +- Install debuginfo packages (james.antill) + Resolves: rhbz#236033 + +* Tue Jun 26 2007 James Antill - 11.1.2.44-2 +- Remove default exclude for debuginfo. +- Resolves: rhbz#236033 + +* Fri Jun 22 2007 Chris Lumens - 11.1.2.44-1 +- Fix typo in multipath part of making stage2 image (dcantrell). +- Include the scsi_id command in the stage2 image (dcantrell). + Resolves: rhbz#185852 +- Write out a minimal /etc/multipath.conf (dcantrell). + Related: rhbz#185852 + +* Thu Jun 21 2007 David Cantrell - 11.1.2.43-1 +- Correct iSCSI portal discovery + Resolves: rhbz#233029 + +* Thu Jun 21 2007 David Cantrell - 11.1.2.42-1 +- Handle ip=dhcp correctly so kickstart files are fetched automatically + Resolves: rhbz#244418 +- Write newline after NETWORKING_IPV6=yes line + Resolves: rhbz#226911 +- Make sure libnss3.so is included in the stage2 image + Resolves: rhbz#245215 + +* Wed Jun 20 2007 David Cantrell - 11.1.2.41-1 +- Include Xen block devices in the blacklist_exception block + Related: rhbz#243527 +- Remove the lvm.conf filter modification to avoid regression + Related: rhbz#243531 +- Fix traceback when looking for multipath devices to collect WWIDs for + Related: rhbz#185852 + +* Tue Jun 19 2007 David Cantrell - 11.1.2.40-1 +- Add libselinux-python to the stage2 image (clumens) + Resolves: rhbz#244892 +- Copy static multipath commands in to stage2 image + Related: rhbz#185852 +- Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf + Related: rhbz#185852 +- Run /sbin/multipath and copy generated bindings file to target system, + populate blacklist_exception block in multipath.conf with WWIDs from + generated bindings file + Related: rhbz#185852 + +* Mon Jun 18 2007 David Cantrell - 11.1.2.39-1 +- Flush driveDict so zFCP are picked up after being brought online + Resolves: rhbz#236903 +- Warn user when more than 15 partitions found on a libata-controlled disk + Resolves: rhbz#238858 +- Add mpath filters to lvm.conf on target system + Resolves: rhbz#243531 +- Make sure target system has multipath bindings file, add multipath WWIDs + to blacklist_exception block in multipath.conf + Resolves: rhbz#243527 +- Always print device node name for mpath devices in fstab + Resolves: rhbz#243532 + +* Thu Jun 14 2007 Chris Lumens - 11.1.2.38-1 +- Import tempfile to fix kickstart install tracebacks. + Resolves: rhbz#244240 + +* Tue Jun 12 2007 David Cantrell - 11.1.2.37-1 +- Add support for Areca RAID controllers (clumens) + Resolves: rhbz#238014 +- Pass -br to the X server so there is no more hatch (clumens) + Resolves: rhbz#195919 +- Echo 1 to each zFCP LUN to make entire device available (dcantrell) + Resolves: rhbz#207097 +- Prevent static network configuration from failing (dcantrell) + Resolves: rhbz#221660 +- Allow user to skip entering a gateway or nameserver when adding an iSCSI + address (dcantrell) + Resolves: rhbz#235824 +- Do not log errors when unmounting /mnt/source if it was not supposed to + be mounted in the first place (dlehman) + Resolves: rhbz#223059 +- Handle F13 shortcut key on installation key dialog (dlehman) + Resolves: rhbz#210673 +- Create nodes for and probe for tape drives (dlehman) + Resolves: rhbz#218816 +- Improve configuration screens for systems with multiple NICs (dcantrell) + Resolves: rhbz#218200 +- Per-interface IPv4 and IPv6 configuration (dcantrell) + Resolves: rhbz#213110 + Related: rhbz#218200 +- Add logging for yum logging (katzj) + Resolves: rhbz#212259 +- Only ask user to run VNC is Xvnc is present (dcantrell) + Resolves: rhbz#217563 +- Add /sbin/sfdisk (dcantrell) + Resolves: rhbz#224297 +- For /dev/hvc0 terminals, set TERM to vt320 (dcantrell) + Resolves: rhbz#219556 +- Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell) + Resolves: rhbz#231645 +- Handle more than 10 Ethernet interfaces (dcantrell) + Resolves: rhbz#230525 +- Support OSA layer 2 networking on zSeries (bhinson) + Resolves: rhbz#233376 +- Handle ksdevice=BOOTIF correctly (dcantrell) + Resolves: rhbz#209284 +- Fix text wrap width in auto partitioning text mode screen (dlehman) + Resolves: rhbz#221791 +- Correctly count SCSI disk devices (dlehman) + Resolves: rhbz#230526 +- Include /usr/sbin/dmidecode on ia64 (dlehman) + Resolves: rhbz#232947 +- Bind mount /dev/pts in rescue mode (dlehman) + Resolves: rhbz#228714 +- Do not ignore productpath in pkgorder (dlehman) + Resolves: rhbz#230487 +- Describe 'nfs --opts' in kickstart-docs.txt (clumens) + Resolves: rhbz#234187 +- Sanity check network info on zSeries (dcantrell) + Resolves: rhbz#234152 +- Do not bring up network in stage 2 if it's already up (dcantrell) + Resolves: rhbz#232400 +- Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell) + Resolves: rhbz#227650 +- Write correct infor to /etc/sysconfig/network (dcantrell) + Resolves: rhbz#222147 +- If custom partitioning is selected, make drive selection non + sensitive (clumens) + Resolves: rhbz#219207 +- Do not traceback if users neglects to enter an lvsize (clumens) + Resolves: rhbz#221253 +- Do not load a module when the kickstart device line is incorrect (clumens) + Resolves: rhbz#227510 +- Handle errors resulting from malformed repositories (clumens) + Resolves: rhbz#219274 +- Remove all invalid RAID requests when using kickstart (clumens) + Resolves: rhbz#235279 +- Avoid traceback getting the PID of iscsiadm (clumens) + Resolves: rhbz#223257 +- Make sure kickstart scripts execute with correct working dir (clumens) + Resolves: rhbz#237317 +- Support multiple ksappend lines (clumens) + Resolves: rhbz#222201 +- Write out fstab after migrate (clumens) + Resolves: rhbz#223215 +- Make the packages section in anaconda-ks.cfg match UI selections (clumens) + Resolves: rhbz#227383, rhbz#231121, rhbz#235881 +- Copy volume group format attribute to new request (clumens) + Resolves: rhbz#217585 +- Use /dev/ nodes for probing RAID superblocks (clumens) + Resolves: rhbz#208970 +- Put more space between device description and the stripe for tall + languages (clumens) + Resolves: rhbz#217294 +- Add netxen_nic driver (clumens) + Resolves: rhbz#230245 +- Provide detailed disk info in text mode partitioning screen (dcantrell) + Resolves: rhbz#235054 +- If wrong interface is selection, allow user to choose another one (clumens) + Resolves: rhbz#213787 +- Focus installation key text box and populate fields correctly (dlehman) + Resolves: rhbz#223831 +- Make sure the regkey settings are written to anaconda-ks.cfg (dlehman) + Resolves: rhbz#221450 +- Select kernel-xen-devel when optional packages selected (dlehman) + Resolves: rhbz#226784 +- Fix typo in message shown when user skips entering the install key (dlehman) + Resolves: rhbz#224491 +- If autopart selection is custom, make sure review checkbox is active and + not sensitive. (dlehman) + Resolves: rhbz#220951 +- Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled + during installation. (dcantrell) + Resolves: rhbz#226911 +- Fix input validation loop in manual network config in loader + Resolves: rhbz#223193 (dcantrell) +- Make "description" translate correctly (pjones) + Resolves: rhbz#216067 * Thu Feb 1 2007 Peter Jones - 11.1.2.36-1 - Fix traceback when using text mode with a language that we can't display