--- rpms/anaconda/sme9/anaconda.spec 2013/07/04 04:01:04 1.1 +++ rpms/anaconda/sme9/anaconda.spec 2017/03/14 17:14:35 1.27 @@ -3,8 +3,8 @@ Summary: Graphical system installer Name: anaconda -Version: 13.21.195 -Release: 1%{?dist}.1 +Version: 13.21.254 +Release: 1%{?dist}.2 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -20,6 +20,26 @@ Patch1000: anaconda-centos-installclass. Patch1002: anaconda-centos-droprepos.patch Patch1003: anaconda-centos-unsupported-hardware-note.patch +Patch10001: 0001-anaconda.id.displayMode.patch +Patch10002: 0002-RemovePartitionTypeDialog.patch +Patch10003: 0003-SMEServerBranding.patch +Patch10004: 0004-UTC.patch +Patch10005: 0005-DegradedRAID1.patch +Patch10006: 0006-InstallerHDWarning.patch +Patch10007: 0007-VolGroup.patch +Patch10011: 0011-CheckArch.patch +Patch10012: 0012-CheckArch2.patch +Patch10013: 0013-Limit-languages.patch +Patch10014: 0014-Make-boot-loader-use-SME-labels.patch +Patch10015: 0015-Determine-upgradability-of-SME-server.patch +Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch +Patch10017: 0017-Headless-install.patch +Patch10018: 0018-RaidN.patch +Patch10019: 0019-UpgradeText-whitespace.patch +Patch10020: 0020-PreventTooOldUpgrades.patch +Patch10021: 0021-RaidN-v2.patch +Patch10022: 0022-InstallerLanguages.patch +Patch10023: 0023-remove_empty_line_in_lang_table.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +51,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 -%define pykickstartver 1.74.12 +%define pykickstartver 1.74.18 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -40,11 +60,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version %define syscfgdatever 1.9.48 %define pythonpyblockver 0.45-2 %define e2fsver 1.41.0 -%define nmver 1:0.7.1-3.git20090414 +%define nmver 1:0.8.1-104 %define dbusver 1.2.3 %define createrepover 0.4.7 %define yumutilsver 1.1.11-3 -%define iscsiver 6.2.0.870-3 +%define iscsiver 6.2.0.873-16 %define pythoncryptsetupver 0.0.6 %define mehver 0.8 %define sckeyboardver 1.3.1 @@ -59,6 +79,7 @@ BuildRequires: e2fsprogs-devel >= %{e2fs BuildRequires: elfutils-devel BuildRequires: gettext >= %{gettextver} BuildRequires: gtk2-devel +BuildRequires: gdk-pixbuf2-devel BuildRequires: intltool >= %{intltoolver} BuildRequires: isomd5sum-devel >= %{isomd5sumver} BuildRequires: libarchive-devel @@ -142,6 +163,7 @@ Requires: genisoimage >= %{genisoimageve Requires: syslinux >= 3.73 Requires: makebootfat Requires: device-mapper +Requires: fcoe-utils >= %{fcoeutilsver} %endif %ifarch s390 s390x Requires: openssh @@ -152,7 +174,6 @@ Requires: NetworkManager >= %{nmver} Requires: dhclient Requires: anaconda-yum-plugins Requires: libselinux-python >= %{libselinuxver} -Requires: fcoe-utils >= %{fcoeutilsver} %ifarch %{sparc} Requires: elftoaout piggyback %endif @@ -167,12 +188,33 @@ The anaconda package contains the progra system. These files are of little use on an already installed system. %prep - %setup -q -%patch1000 -p1 -%patch1002 -p1 -%patch1003 -p1 +%patch1000 -p1 -b .1001 +%patch1002 -p1 -b .1002 +%patch1003 -p1 -b .1003 + +%patch10001 -p1 +%patch10002 -p1 +%patch10003 -p1 +%patch10004 -p1 +%patch10005 -p1 +%patch10006 -p1 +%patch10007 -p1 +%patch10011 -p1 +%patch10012 -p1 +%patch10013 -p1 +%patch10014 -p1 +%patch10015 -p1 +%patch10016 -p1 +%patch10017 -p1 +%patch10018 -p1 +%patch10019 -p1 +%patch10020 -p1 +%patch10021 -p1 +%patch10022 -p1 +%patch10023 -p1 + %build %configure --disable-static @@ -231,9 +273,591 @@ update-desktop-database &> /dev/null || %endif %changelog -* Mon Feb 25 2013 Karanbir Singh - 13.21.195.1.el6.centos.1 -- Build for CentOS-6.4 -- Remove upstream branding from unsupported hardware report (#5863 kevbo) +* Tue Mar 14 2017 Jean-Philipe Pialasse 13.21.254-1.sme.2 +- fix remove reference to SME 9.1 [SME: 10153] + +* Wed Jun 15 2016 Daniel Berteaud < - 13.21.254-1.sme.1 +- Rebase on upstream 13.21.254-1 [SME: 9535] + +* Tue May 10 2016 Johnny Hughes - 13.21.254-1 +- CentOS Branding + +* Mon Apr 11 2016 Samantha N. Bueno - 13.21.254-1 +- Revert "Always write splashimage to grub.cfg on UEFI (bcl)" + Related: rhbz#1325971 + Resolves: rhbz#1325971 + +* Fri Apr 08 2016 Samantha N. Bueno - 13.21.253-1 +- Complete support for mesa-libEGL in upd-instroot (sbueno+anaconda) + Resolves: rhbz#1316646 + +* Tue Mar 29 2016 Samantha N. Bueno - 13.21.252-1 +- Add mesa-libEGL to upd-instroot. (sbueno+anaconda) + Resolves: rhbz#1316646 +- Catch KeyError when checking for MD UUID in filter gui. (dlehman) + Related: rhbz#1269872 + Resolves: rhbz#1320545 +- Activate also non-ibft devices requested by boot options (ksdevice) + (rvykydal) + Resolves: rhbz#1314806 + +* Tue Mar 22 2016 Samantha N. Bueno - 13.21.251-1 +- Adjust commit 74014d71 after recent reverts. (dlehman) + Related: rhbz#1269872 +- Revert "Refactor variable name (sbueno+anaconda)" + Resolves: rhbz#1319697 +- Revert "Fix multipath UI representation (sbueno+anaconda)" + Resolves: rhbz#1319697 +- Revert "Bios RAID traceback on Filter GUI (sbueno+anaconda)" + Resolves: rhbz#1319697 +- Add the /EFI directory to the boot.iso (bcl) + Resolves: rhbz#1188876 +- Clean up devicetree filtering of md containers. (dlehman) + Related: rhbz#1120640 + Related: rhbz#1269872 +- Remove pyblock/dmraid remnants from md container handling. (dlehman) + Related: rhbz#1269872 +- Don't use pyblock/dmraid to get sizes of imsm/isw arrays. (dlehman) + Resolves: rhbz#1269872 +- Move mdadm.conf entry creation to a function. (dlehman) + Related: rhbz#1269872 +- network: disable NM for parent device of vlan configured in ibft (rvykydal) + Resolves: rhbz#831002 +- network: set ifname= for parent of vlan defined in ibft (rvykydal) + Resolves: rhbz#831002 + +* Mon Mar 14 2016 Samantha N. Bueno - 13.21.250-1 +- Create ibft vlan ifcfg file in stage2 if needed (rvykydal) + Resolves: rhbz#831002 + +* Tue Mar 08 2016 Samantha N. Bueno - 13.21.249-1 +- Bios RAID traceback on Filter GUI (rmarshall) + Resolves: rhbz#1309069 +- Don't ignore FW RAID containers if everything should be used (vpodzime) + Related: rhbz#1120640 +- Fix pki cert path in initrd (bcl) + Resolves: rhbz#1259880 + +* Mon Feb 22 2016 Samantha N. Bueno - 13.21.248-1 +- Wait for all udev events to finish (jstodola) + Resolves: rhbz#1309348 +- Run restorecon on /etc/localtime to reset SElinux context. (sbueno+anaconda) + Resolves: rhbz#1302290 + +* Tue Feb 16 2016 Samantha N. Bueno - 13.21.247-1 +- Make sure devices configured by NM from iBFT have correct ifcfg (rvykydal) + Resolves: rhbz#831002 + Related: rhbz#831002 + +* Fri Feb 05 2016 Samantha N. Bueno - 13.21.246-1 +- Fix the problem of ppc img being too large (sbueno+anaconda) + Resolves: rhbz#1303855 + +* Thu Jan 21 2016 Samantha N. Bueno - 13.21.245-1 +- Add support for vlan id in iBFT (rvykydal) + Resolves: rhbz#831002 + +* Wed Jan 20 2016 Samantha N. Bueno - 13.21.244-1 +- Keep 'wipefs' in the installation environment (vpodzime) + Resolves: rhbz#835865 +- Handle hostname and dns setting properly in loader (sbueno+anaconda) + Resolves: rhbz#1214266 +- Addon repos should still be added to anaconda-ks.cfg. (clumens) + Resolves: rhbz#1099178 +- Only write defaultList of filtered kernel entries to /etc/zipl.conf + (sbueno+anaconda) + Resolves: rhbz#1256211 +- Increase default loglevel of NetworkManager. (sbueno+anaconda) + Resolves: rhbz#831777 +- Increase default logging of yum. (sbueno+anaconda) + Resolves: rhbz#831777 +- Fix multipath UI representation (rmarshall) + Resolves: rhbz#914637 + Related: rhbz#1014425 +- Refactor variable name (rmarshall) + Related: rhbz#914637 + Resolves: rhbz#914637 + +* Fri Jan 15 2016 Samantha N. Bueno - 13.21.243-1 +- Ignore MD RAID containers if all their devices are ignored (vpodzime) + Resolves: rhbz#1120640 +- Fix --noipv4 option in case of multiple ks network commands (rvykydal) + Resolves: rhbz#1011595 + Related: rhbz#1011595 +- Fix regression in lvm snapshot detection. (dlehman) + Resolves: rhbz#1295897 + +* Thu Jan 07 2016 Samantha N. Bueno - 13.21.242-1 +- Make iutil.execWithCallback honor root option. (sbueno+anaconda) + Resolves: rhbz#883054 +- Change parameter at ks.cfg for fcoe as --nic= (jkonecny) + Resolves: rhbz#1225877 +- Fix IPoIB interfaces are shown as Ethernet (jkonecny) + Resolves: rhbz#1116633 +- Add support for ipv6 to gateway boot option (rvykydal) + Resolves: rhbz#1177984 +- Create symlink for NM ibft plugin rather then relocate iscsiadm (rvykydal) + Resolves: rhbz#831002 + Related: rhbz#831002 +- Fixed IndexError in cleardisks_gui.py (japokorn) + Resolves: rhbz#1224413 +- Fix layout of "Add FCoE SAN" dialog in text and rescue mode (rvykydal) + Resolves: rhbz#1211931 + Related: rhbz#1211931 +- Fix crash on "Add FCoE SAN" in text and rescue (rvykydal) + Resolves: rhbz#1211931 +- network: add support for vlan over bond boot option (rvykydal) + Resolves: rhbz#1011595 +- fcoe: take into account vlan device names trimmed to IFNAMSIZ (rvykydal) + Resolves: rhbz#1021067 +- Add possibility to have /usr and /var parts on iscsi (jkonecny) + Resolves: rhbz#856446 + +* Mon Dec 14 2015 Samantha N. Bueno - 13.21.241-1 +- Prevent duplicate kernel params being written in zipl.conf (sbueno+anaconda) + Resolves: rhbz#1029505 +- Skip kickstart sections in loader (bcl) + Resolves: rhbz#1251300 +- Always write splashimage to grub.cfg on UEFI (bcl) + Resolves: rhbz#853844 +- Install ca-bundle certs in the initrd (bcl) + Resolves: rhbz#1259880 +- zerombr propagates to anaconda-ks (japokorn) + Resolves: rhbz#1246663 +- network: include --nodefroute option in generated kickstart (rvykydal) + Resolves: rhbz#1274686 +- network: don't misconfigure /etc/sysconfig/network GATEWAY (rvykydal) + Resolves: rhbz#1181290 +- ibft: add support for vlan id (rvykydal) + Resolves: rhbz#831002 + Related: rhbz#831002 + +* Tue Dec 01 2015 Samantha N. Bueno - 13.21.240-1 +- Write --cdl clearpart option to /root/anaconda-ks.cfg (jstodola) + Resolves: rhbz#1211559 +- Fix dasdfmt progress bar. (sbueno+anaconda) + Resolves: rhbz#1210450 + +* Tue Jun 30 2015 Brian C. Lane - 13.21.239-1 +- Align end sector in the appropriate direction for resize. (bcl) + Resolves: rhbz#1236506 +- Filter out free regions too small for alignment of partitions (bcl) + Resolves: rhbz#1236506 + +* Fri Jun 19 2015 Samantha N. Bueno - 13.21.238-1 +- Include drbg module in the initrd. (sbueno+anaconda) + Resolves: rhbz#1233088 + +* Thu Jun 11 2015 Samantha N. Bueno - 13.21.237-1 +- Fix scanning of non-leaf lvs. (dlehman) + Resolves: rhbz#1213748 +- Fix KeyError in devicetree. (sbueno+anaconda) + Resolves: rhbz#1225469 +- Fix partition alignment problems. (sbueno+anaconda) + Resolves: rhbz#1209424 + +* Tue May 19 2015 Samantha N. Bueno - 13.21.236-1 +- Include lvm thinp utilities. (dlehman) + Resolves: rhbz#1212735 +- TypeError: argument must be string (jkonecny) + Resolves: rhbz#1209414 + +* Thu May 07 2015 Samantha N. Bueno - 13.21.235-1 +- Don't remove pps_core from ppc64.img (sbueno+anaconda) + Resolves: rhbz#1213417 +- Check for FBA DASDs so we don't try to format them with dasdfmt. + (sbueno+anaconda) + Resolves: rhbz#1144979 +- Include hyperv modules in mk-images (sbueno+anaconda) + Resolves: rhbz#1132770 + +* Tue Apr 14 2015 Samantha N. Bueno - 13.21.234-1 +- Fix lvm detection broken with introduction of thinp support. (dlehman) + Resolves: rhbz#1200832 + Related: rhbz#1083459 +- RHEL 6.6 Upgrade Fails from AttributeError on Multipath (rmarshall) + Resolves: rhbz#1129499 +- Drop hy.po Armenian translation (bcl) + Resolves: rhbz#1205286 + Related: rhbz#1205286 +- Update translation documentation for Zanata (bcl) + Resolves: rhbz#1205286 + Related: rhbz#1205286 +- Switch translation support to fedora.zanata.org (bcl) + Resolves: rhbz#1205286 + +* Fri Mar 13 2015 Samantha N. Bueno - 13.21.233-1 +- Keep track of whether users should be prompted to format CDL dasds. + (sbueno+anaconda) + Resolves: rhbz#1164240 + Related: rhbz#1164240 + +* Tue Mar 03 2015 Samantha N. Bueno - 13.21.232-1 +- Remove even more drivers for ppc64 32M limit (bcl) + Resolves: rhbz#1198173 +- Fix detection of unformatted and LDL DASDs. (sbueno+anaconda) + Resolves: rhbz#1144979 +- On interactive kickstart installs, still get the password from the ks file. + (clumens) + Resolves: rhbz#995531 +- Enable sharing of the VNC server. (sbueno+anaconda) + Resolves: rhbz#1168024 +- RHEL6 Basic Video Driver Install to Windows2012 VM Fails (rmarshall) + Resolves: rhbz#1083586 +- dracut needs iscsi_firmware cmdline arg (bcl) + Resolves: rhbz#1185792 +- Exclude prelink package in FIPS mode (bcl) + Resolves: rhbz#697938 +- Handle NoneType Exception after deleting PPC partitions (rmarshall) + Resolves: rhbz#1021445 +- Bring support for nicdelay back using NM's GATEWAY_PING_TIMEOUT (rvykydal) + Resolves: rhbz#979163 + +* Thu Feb 12 2015 Samantha N. Bueno - 13.21.231-1 +- Add support for lvm thin provisioning via ks custom storage. (dlehman) + Resolves: rhbz#1083459 +- Make sure new freebl libs are part of initrd. (sbueno+anaconda) + Resolves: rhbz#1183134 +- Prevent anaconda from crashing due to repeated calls to rpmReadConfigFiles. + (sbueno) + Resolves: rhbz#1021534 + +* Tue Feb 03 2015 Samantha N. Bueno - 13.21.230-1 +- Shrink the LV if the VG is out of space (bcl) + Resolves: rhbz#1153376 +- Only set GPT boot flag on ESP partition (bcl) + Resolves: rhbz#1139606 +- Add anaconda support for using clearpart --cdl option. (sbueno+anaconda) + Resolves: rhbz#1164240 +- Properly check and show warnings for LDL DASDs (sbueno+anaconda) + Resolves: rhbz#1144979 +- Add new freebl libraries (bcl) + Resolves: rhbz#1182595 +- Write new options to zipl.conf (sbueno+anaconda) + Resolves: rhbz#1171053 +- Detect and show a warning for LDL DASDs. (sbueno+anaconda) + Resolves: rhbz#1144979 +- Make EFI.bootDevice() return best device for several calling contexts + (amulhern) + Resolves: rhbz#1145812 + +* Mon Sep 08 2014 Samantha N. Bueno - 13.21.229-1 +- Revert "Use edd fcoe boot option instead of enumerating all ifaces" + (rvykydal) + Resolves: rhbz#1103920 + +* Fri Sep 05 2014 Samantha N. Bueno - 13.21.228-1 +- Prevent duplicate snapshot accounting. (dlehman) + Related: rhbz#1043916 + +* Fri Aug 29 2014 Samantha N. Bueno - 13.21.227-1 +- Fix typo in previous patch "Correctly determine whether...". (dlehman) + Related: rhbz#842920 + +* Mon Aug 25 2014 Samantha N. Bueno - 13.21.226-1 +- Let tmp use more than 250M when there is more RAM (bcl) + Resolves: rhbz#1123791 +- Move totalMemory into its own file (bcl) + Related: rhbz#1123791 + Resolves: rhbz#1123791 + +* Tue Aug 12 2014 Brian C. Lane - 13.21.225-1 +- Allow missing swap devices to be skipped during upgrade (dshea) + Resolves: rhbz#1044716 +- Don't force installation of authconfig, chkconfig, or system-config-firewall. + (clumens) + Resolves: rhbz#1123481 +- Provide ways in kickstart to skip kernel and bootloader. (clumens) + Related: rhbz#1123481 +- Implement %packages --instLangs. (clumens) + Related: rhbz#1123481 +- Allow skipping installation of the core group, if asked for in kickstart. + (clumens) + Related: rhbz#1123481 +- Fix ks fetching on nfs via vlan (sbueno+anaconda) + Resolves: rhbz#1067857 +- Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda) + Resolves: rhbz#1122532 + +* Wed Jun 25 2014 Samantha N. Bueno - 13.21.224-1 +- Add shared-mime-info to the instroot (dshea) + Resolves: rhbz#1110834 + +* Tue Jun 24 2014 Samantha N. Bueno - 13.21.223-1 +- Change pixbuf loaders path. (sbueno+anaconda) + Resolves: rhbz#1110834 +- Remove unnecessary drivers to contain the size of ppc64.img. + (sbueno+anaconda) + Resolves: rhbz#1112405 + +* Mon Jun 23 2014 Samantha N. Bueno - 13.21.222-1 +- Rm device from lvm reject filter if in action list. (sbueno+anaconda) + Resolves: rhbz#885755 +- The boot menu entry should contain the RHEL major release number (mkolman) + Resolves: rhbz#1001960 + +* Wed Jun 18 2014 Samantha N. Bueno - 13.21.221-1 +- Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda) + Resolves: rhbz#1109298 +- If kernel-kdump is installed, don't set it as the default kernel. + (sbueno+anaconda) + Resolves: rhbz#734121 +- Close yum objects before running post scripts (bcl) + Resolves: rhbz#1110148 +- Catch custom partitioning problems on UEFI (bcl) + Resolves: rhbz#991620 +- Mark dracut-network for installation on mpath. (sbueno+anaconda) + Resolves: rhbz#1007463 +- Write --percent to kickstart output even if --grow was used (mkolman) + Resolves: rhbz#1046320 + +* Fri Jun 13 2014 Samantha N. Bueno - 13.21.220-1 +- Fix wrong attribute name in swap ks line (bcl) + Resolves: rhbz#1002924 + Related: rhbz#1002924 +- Look up MD arrays by MD UUID, not FS UUID. (dlehman) + Related: rhbz#868182 +- Remove snapshots as needed when removing LVs. (dlehman) + Resolves: rhbz#1043916 +- Let LVM determine alignment for PV data areas. (dlehman) + Resolves: rhbz#962961 +- Correctly determine whether any partitioning has been done. (dlehman) + Resolves: rhbz#842920 +- Fix handling of LUKS when using onpart. (dlehman) + Resolves: rhbz#840890 + +* Thu Jun 05 2014 Samantha N. Bueno - 13.21.219-1 +- Fix typo from commit ed3caa7b (bcl) + Related: rhbz#1039051 + Resolves: rhbz#1039051 +- Write fsoptions to anaconda-ks.cfg (bcl) + Resolves: rhbz#1002924 +- Add logging to bootloaderInfo (bcl) + Resolves: rhbz#974996 + +* Wed Jun 04 2014 Samantha N. Bueno - 13.21.218-1 +- Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda) + Resolves: rhbz#1104234 +- Maintain original device order in identifyMultipaths (artur.paszkiewicz) + Resolves: rhbz#868182 +- network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal) + Resolves: rhbz#1039051 + +* Tue May 20 2014 Samantha N. Bueno - 13.21.217-1 +- Correct matching of md raid names containing special characters + (artur.paszkiewicz) + Resolves: rhbz#1096889 +- network: hide (debug) confusing log message for ipv6.conf (rvykydal) + Resolves: rhbz#1031481 +- network: write bond options in generated kickstart (rvykydal) + Resolves: rhbz#1009376 +- network: fix --bondopts used in kickstart %pre section (rvykydal) + Resolves: rhbz#1038001 +- Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal) + Related: rhbz#979163 + Resolves: rhbz#979163 +- Remove more drivers on ppc64 to reduce initrd size (bcl) + Resolves: rhbz#1098486 + +* Mon May 12 2014 Samantha N. Bueno - 13.21.216-1 +- Add buildarch option to buildinstall (bcl) + Related: rhbz#1087466 + Resolves: rhbz#1087466 +- Remove actions that try to remove non-existing devices (vpodzime) + Resolves: rhbz#906807 +- Rename dev_actions to prune_actions (vpodzime) + Related: rhbz#906807 +- Add dm-raid45 to initrd (mmatsuya) + Resolves: rhbz#1056830 +- Fix echo typo (bcl) + Resolves: rhbz#969339 +- Copy firmware updates to rootPath (bcl) + Resolves: rhbz#1043372 +- Skip comments in dmidecode output (bcl) + Resolves: rhbz#1064701 +- Replace hard-coded console device in generic.prm. (sbueno+anaconda) + Resolves: rhbz#1081596 +- Don't remove the .efi files from buildinstall (vpodzime) + Resolves: rhbz#1076369 + +* Tue Oct 22 2013 Samantha N. Bueno - 13.21.215-1 +- Explicitly load dm-raid.ko for lvm raid segment types. (dlehman) + Resolves: rhbz#873281 + +* Mon Oct 21 2013 Samantha N. Bueno - 13.21.214-1 +- Don't traceback due to unpartitioned devices (mkolman) + Resolves: rhbz#1007683 + +* Wed Oct 16 2013 Samantha N. Bueno - 13.21.213-1 +- Remove manual call to recreate initrd if installing on iSCSI. + (sbueno+anaconda) + Resolves: rhbz#1007884 +- Some devices may not be present during kickstart parse, so when there is no + match revert to previous behavior and just use the name as-is. (bcl) + Resolves: rhbz#1014658 + +* Tue Oct 15 2013 Samantha N. Bueno - 13.21.212-1 +- Fix getDiskPart for nvme devices (vpavlin) + Resolves: rhbz#1018703 +- fcoe: rise fipvlan timeout to 100 (rvykydal) + Resolves: rhbz#1009691 +- Revert "Check if disklabel is set (mkolman)" + Resolves: rhbz#1007683 +- Check if disklabel is set (mkolman) + Resolves: rhbz#1007683 + +* Wed Oct 09 2013 Samantha N. Bueno - 13.21.211-1 +- Do not limit swap size to 10 % of disk space for hibernation (vpodzime) + Resolves: rhbz#1003844 +- Fix the display of multipath devices (dshea) + Related: rhbz#914637 + Resolves: rhbz#1007641 +- Fix traceback in s390x bootloader code. (sbueno+anaconda) + Resolves: rhbz#1017068 +- Support bonding in %pre section (rvykydal) + Resolves: rhbz#971961 + +* Mon Oct 07 2013 Samantha N. Bueno - 13.21.210-1 +- Fix bootloader issues on s390x. (sbueno+anaconda) + Resolves: rhbz#1008941 + Resolves: rhbz#875644 + Resolves: rhbz#894050 + +* Fri Oct 04 2013 Samantha N. Bueno - 13.21.209-1 +- Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell) + Resolves: rhbz#1014719 +- Add some more safety checks for the initrd.img size check on ppc64. + (dcantrell) + Related: rhbz#1014719 + +* Thu Oct 03 2013 David Cantrell - 13.21.208-1 +- Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image. + (dcantrell) + Related: rhbz#1014719 +- Move and fix the ppc64 image size check (dshea) + Resolves: rhbz#1014719 +- Whitespace changes for mk-images.ppc (dshea) + Related: rhbz#1014719 + +* Thu Sep 26 2013 Samantha N. Bueno - 13.21.207-1 +- Remove firmware from the boot image that does not apply to ppc64 (dcantrell) + Resolves: rhbz#1006043 +- fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal) + Resolves: rhbz#1008731 +- Do not select FS packages over and over (vpodzime) + Resolves: rhbz#994504 +- Check size of images/netboot/ppc64.img to see if it's larger than 32M. + (dcantrell) + Related: rhbz#1006043 + +* Fri Sep 13 2013 Samantha N. Bueno - 13.21.206-1 +- Fix traceback occurring in ppc bootloader code. (sbueno+anaconda) + Related: rhbz#877852 + Resolves: rhbz#1007724 + +* Wed Sep 11 2013 Samantha N. Bueno - 13.21.205-1 +- PPC: strengthen PReP-picking algorithm (wwoods) + Resolves: rhbz#877852 +- Drop support for ssh protocol version 1 (bcl) + Resolves: rhbz#1004752 + +* Tue Aug 20 2013 Samantha N. Bueno - 13.21.204-1 +- Don't require fcoe-utils if we're on s390. (sbueno+anaconda) + Resolves: rhbz#998486 + +* Wed Aug 14 2013 Samantha N. Bueno - 13.21.203-1 +- Update spec file to require new pykickstart. (sbueno+anaconda) + Related: rhbz#886010 +- Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)" + Resolves: rhbz#996595 + Related: rhbz#885755 +- Fix bootloader upgrades if using zIPL. (sbueno+anaconda) + Resolves: rhbz#894050 +- Fix issue where extra mpath entries wrongly shown in UI. (sbueno+anaconda) + Resolves: rhbz#914637 +- Show warning msg if re-using a partition without formatting. + (sbueno+anaconda) + Resolves: rhbz#886020 + +* Mon Aug 12 2013 Samantha N. Bueno - 13.21.202-1 +- Add support for preexisting lvm using raid segment types. (dlehman) + Resolves: rhbz#873281 +- Add a bit of padding for metadata in new md size estimates. (dlehman) + Resolves: rhbz#895982 +- Expand warning text for package install issues. (sbueno+anaconda) + Resolves: rhbz#895098 +- Don't filter partitions on mpath devices in lvm (sbueno+anaconda) + Resolves: rhbz#885755 +- Move "nousbstorage" and "nousb" handling into init.c. (clumens) + Resolves: rhbz#947704 + +* Wed Aug 07 2013 Samantha N. Bueno - 13.21.201-1 +- Ensure x86 /boot is on a partition < 2TB (dshea) + Resolves: rhbz#915666 +- Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda) + Resolves: rhbz#875644 + +* Tue Aug 06 2013 Samantha N. Bueno - 13.21.200-1 +- discinfo isn't needed for rescue (bcl) + Resolves: rhbz#859569 + +* Fri Aug 02 2013 Samantha N. Bueno - 13.21.199-1 +- Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda) + Resolves: rhbz#949409 +- Pass mountopts to swap options (bcl) + Resolves: rhbz#857517 +- Enable the AMD IOMMU driver if tboot is installed. (dshea) + Resolves: rhbz#928144 +- Fix crash in handling of PReP Boot partitions (dshea) + Resolves: rhbz#881005 + +* Wed Jul 24 2013 Samantha N. Bueno - 13.21.198-1 +- Use the active window as parent for new dialogs (dshea) + Resolves: rhbz#888292 +- Add kickstart network --ipv6gateway option (rvykydal) + Resolves: rhbz#905227 +- Limit the maximum swap size to 10 % of disk space (vpodzime) + Resolves: rhbz#878907 + Related: rhbz#879232 +- Don't kill FCoE vlan connections when configuring network in UI (rvykydal) + Resolves: rhbz#882452 +- Use correct error message when running out of partition slots (mkolman) + Resolves: rhbz#859420 + +* Wed Jul 17 2013 Samantha N. Bueno - 13.21.197-1 +- Check if selected repos have the core package group (mkolman) + Resolves: rhbz#901515 +- Use install tree from repo=hd (bcl) + Resolves: rhbz#818233 +- Allow /dev/disk/by-* in bootloader --driveorder (bcl) + Resolves: rhbz#890095 + +* Wed Jul 10 2013 Samantha N. Bueno - 13.21.196-1 +- Only pass exclusiveDisks for autopart (bcl) + Resolves: rhbz#852523 +- Use standard losetup utility to get a free loop device (vpodzime) + Resolves: rhbz#846336 +- Write directly to /etc/sysconfig/network so that inotify works (rvykydal) + Resolves: rhbz#845572 +- Fix spelling errors in the About LVM dialog (vpodzime) + Resolves: rhbz#851284 +- Set proper SELinux context of /etc/multipath. (sbueno+anaconda) + Resolves: rhbz#919409 +- Fix max supported size for XFS partitions. (sbueno+anaconda) + Resolves: rhbz#880577 +- Filter out /dev/sr* from list-harddrives (bcl) + Resolves: rhbz#847600 +- Show ks LVM DeviceErrors in the UI (bcl) + Resolves: rhbz#880625 +- Send host-name to dhcp server in installer for dhcp + hostname (rvykydal) + Resolves: rhbz#917815 +- Use edd fcoe boot option instead of enumerating all ifaces (rvykydal) + Resolves: rhbz#909463 +- Don't write vlan kickstart configuration to parent device ifcfg file + (mmatsuya) + Resolves: rhbz#903689 +- Fix --vlanid option in generated kickstart file (rvykydal) + Resolves: rhbz#921609 * Tue Jan 22 2013 Brian C. Lane - 13.21.195-1 - Disconnect active slaves before activating bond (rvykydal)