--- rpms/anaconda/sme9/anaconda.spec 2013/07/04 04:01:04 1.1 +++ rpms/anaconda/sme9/anaconda.spec 2014/01/03 22:12:21 1.5 @@ -3,8 +3,8 @@ Summary: Graphical system installer Name: anaconda -Version: 13.21.195 -Release: 1%{?dist}.1 +Version: 13.21.215 +Release: 1%{?dist}.2 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -20,6 +20,16 @@ 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 +Patch10008: 0008-StorageActivationFail.patch +Patch10009: 0009-CheckArch.patch +Patch10010: 0010-CheckArch.patch2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +41,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.14 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 @@ -142,6 +152,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 +163,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 +177,20 @@ 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 +%patch10001 -p1 +%patch10002 -p1 +%patch10003 -p1 +%patch10004 -p1 +%patch10005 -p1 +%patch10006 -p1 +%patch10007 -p1 +%patch10008 -p1 +%patch10009 -p2 +%patch10010 -p1 %build %configure --disable-static @@ -231,9 +249,198 @@ 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) +* Sun Dec 15 2013 Charlie Brady - 13.21.215-1.el6.sme.2 +- Stop anaconda from attempting to "upgrade" from 32bit to 64bit, or from 64bit to + 32bit. Adjust SME specific patches to have zero offset to avoid .py.orig files. + [SME: 8083] + +* Sun Dec 15 2013 Ian Wells - 13.21.215-1.el6.sme.1 +- Apply SME Server specific patches [SME: 8066] + +* Sat Dec 14 2013 Ian Wells - 13.21.215-1.el6.sme +- Update SME9 to 13.21.215-1 [SME: 8066] + +* Wed Nov 27 2013 Karanbir Singh - 13.21.215-1.el6.centos +- Rebase to CentOS-6.5 + +* 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)