--- rpms/anaconda/sme8/anaconda.spec 2011/04/27 14:41:40 1.19 +++ rpms/anaconda/sme8/anaconda.spec 2013/10/06 16:09:18 1.23 @@ -1,10 +1,18 @@ Name: anaconda -Version: 11.1.2.224 +Version: 11.1.2.242 Release: 1%{?dist}.1 License: GPL Summary: Graphical system installer Group: Applications/System Source: anaconda-%{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.6.patch +Patch5: anaconda-centos-inst-type.patch +Patch6: anaconda-centos-task.patch +Patch7: anaconda-centos-removeStatusText.patch + BuildPreReq: kudzu-devel >= 1.2.57.1.26-1, pciutils-devel >= 3.1.7-3 BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11 @@ -36,31 +44,26 @@ Requires: rhpxl >= 0.25 %endif Obsoletes: anaconda-images <= 10 Url: http://fedoraproject.org/wiki/Anaconda -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.6.patch -Patch5: anaconda-centos-inst-type.patch -Patch6: anaconda-centos-task.patch -Patch7: anaconda-centos-removeStatusText.patch # SME specific patches Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch Patch1003: 0003-Always-pick-best-arch-for-package.patch Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch -Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync.patch +Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch -Patch1007: 0007-Search-for-language-updates-on-upgrade-disk.patch -Patch1008: 0008-Force-time-to-be-based-on-UTC.patch -Patch1009: 0009-Add-final-warning-before-installing.patch -Patch1010: 0010-Make-install-headless-but-still-write-keyboard-info.patch -Patch1011: 0011-Make-install-window-wider.patch -Patch1012: 0012-Don-t-email-root-on-raid-events.patch -Patch1013: 0013-Make-boot-loader-use-SME-labels.patch -Patch1014: 0014-Determine-upgradability-of-SME-server.patch -Patch1015: 0015-Run-SME-post-install-scripts-on-kickstart-install-up.patch -Patch1016: 0016-Limit-languages-to-those-supported-by-SME.patch +Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch +Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch +Patch1009: 0009-Force-time-to-be-based-on-UTC.patch +Patch1010: 0010-Add-final-warning-before-installing.patch +Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch +Patch1012: 0012-Make-install-window-wider.patch +Patch1013: 0013-Don-t-email-root-on-raid-events.patch +Patch1014: 0014-Make-boot-loader-use-SME-labels.patch +Patch1015: 0015-Determine-upgradability-of-SME-server.patch +Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch +Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch +Patch1018: 0018-All-attached-disks-reformat-warning.patch BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} @@ -93,16 +96,16 @@ are needed for installing new systems. sets, but are not meant for use on already installed systems. %prep - +%global _default_patch_fuzz 2 %setup -q %patch1 -p1 %patch2 -p1 -%patch3 -p1 +%patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 - + # SME specific patches %patch1001 -p1 %patch1002 -p1 @@ -120,6 +123,8 @@ sets, but are not meant for use on alrea %patch1014 -p1 %patch1015 -p1 %patch1016 -p1 +%patch1017 -p1 +%patch1018 -p1 %build make depend @@ -177,8 +182,11 @@ fi %triggerun -- anaconda < 8.0-1 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : -%changelog* -* Wed Apr 27 2011 Shad L. Lords 11.1.2.224-1.el5.sme.1 +%changelog +* Sun Oct 6 2013 Ian Wells 11.1.2.242-1.el5.sme.1 +- Update warning about re-formatting attached hard drives [SME: 4788] + +* Sat Sep 17 2011 Shad L. Lords 11.1.2.242-1.el5.sme - No warnings if kernel not upgraded (recreate initrd if kernel was installed) - No warnings if unable to remove rpm databases @@ -187,6 +195,7 @@ fi (log info about degraded arrays instead of not starting them) - Start /boot raid device first so it will be in sync for grub install - Automatically upgrade bootloader if necessary +- Log install errors but don't bug user about them - Search for language updates on upgrade disk - Force time to be based on UTC - Add final warning before installing @@ -201,8 +210,135 @@ fi - Run SME post-install scripts on kickstart install/upgrade - Limit languages to those supported by SME -* Thu Feb 3 2011 Karanbir Singh 11.1.2.224-1.el5.centos -- Roll in CentOS Branding changes +* Fri Aug 19 2011 Karanbir Singh 11.1.2.242-1.el5.centos +- Roll in CentOS Branding + +* Mon Jun 27 2011 Ales Kozumplik 11.1.2.242-1 +- Bump the implementation limit on the number of modules in modLoaded (akozumpl) + Resolves: rhbz#716836 + +* Fri Jun 24 2011 David Cantrell 11.1.2.241-1 +- Load all kernel crypto modules, do not include testmgr modules (dcantrel) + Resolves: rhbz#703782 + +* Tue Jun 21 2011 David Cantrell 11.1.2.240-1 +- Include all kernel crypto modules for LUKS devices + Resolves: rhbz#703782 + +* Mon Jun 6 2011 Ales Kozumplik 11.1.2.239-1 +- Create /dev nodes after DUDs are processed (msivak) + Resolves: rhbz#707563 + +* Thu Jun 2 2011 Ales Kozumplik 11.1.2.238-1 +- edit partition UI: do not create the "Encrypt" check button twice. (akozumpl) + Resolves: rhbz#709361 + +* Tue May 31 2011 David Cantrell 11.1.2.237-1 +- Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel) + Resolves: rhbz#707790 + +* Fri May 20 2011 Ales Kozumplik 11.1.2.236-1 +- Remove a worthless, traceback-causing line. + Related: rhbz#572862 + +* Tue May 17 2011 Ales Kozumplik 11.1.2.235-1 +- Add "rhsm" to the list of things-to-link-into-/etc (wwoods) + Resolves: #670973 + +* Fri May 13 2011 Ales Kozumplik 11.1.2.234-1 +- libz.so.1 is in /lib now (akozumpl) + Resolves: rhbz#704151 +- Add more files required by subscription_manager (wwoods) + Resolves: rhbz#670973 +- correctly include /usr/share/rhsm/subscription_manager (wwoods) + Related: rhbz#670973 + +* Thu May 12 2011 Ales Kozumplik 11.1.2.233-1 +- fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl) + Resolves: rhbz#703253 +- Use static busybox, not busybox-anaconda (mgracik) + Resolves: rhbz#500527 +- Disable iscsi on s390x (akozumpl) + Resolves: rhbz#703135 + +* Thu Apr 28 2011 Ales Kozumplik 11.1.2.232-1 +- Do not show "missing media" message when unknown media is needed for package. (msivak) + Resolves: rhbz#617262 +- Perform group removals at the beginning of every transaction (clumens) + Resolves: rhbz#642224 +- Filter kickstart-provided repos through the installation key (clumens) + Resolves: rhbz#452983 + +* Mon Apr 11 2011 Ales Kozumplik 11.1.2.231-1 +- Run subscription-manager 'product-id' plugin during install (wwoods) + Resolves: rhbz#670973 +- infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl) + Related: rhbz#660684 + +* Thu Apr 7 2011 Ales Kozumplik 11.1.2.230-1 +- Fix AttributeError (no str.rpartition in python 2.4) + Resolves: rhbz#693655 +- Add busybox to initrd + Resolves: rhbz#500527 +- Ensure kernel-xen is the default kernel for Xen guests + Resolves: rhbz#480031 + +* Fri Apr 1 2011 Ales Kozumplik 11.1.2.229-1 +- Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods) + Resolves: rhbz#500198 +- Honor kickstart noipv6 option for media installs (rvykydal) + Resolves: rhbz#677653 +- Quote ETHTOOL_OPTS value in stage 2 (mmatsuya) + Resolves: rhbz#674473 +- Fix ZeroDivisionError with tiny management LUNs (wwoods) + Resolves: rhbz#636984 +- Write OPTIONS for s390x net devs on non-network install methods (dcantrell) + Resolves: rhbz#649301 + +* Fri Mar 18 2011 Ales Kozumplik 11.1.2.228-1 +- Include and initialize the IP over Infiniband module. (akozumpl) + Related: rhbz#660684 + +* Fri Mar 11 2011 Ales Kozumplik 11.1.2.227-1 +- Fix waiting for a cdrom with a ks file to come up. (akozumpl) + Resolves: rhbz#658398 +- When the back button is pressed, undo deps. (mmatsuya) + Resolves: rhbz#603177 +- Add global vars to retain parsed /proc/cmdline (bcl) + Related: rhbz#569883 +- Convert earlyModuleLoad to use cmdline_argv (bcl) + Related: rhbz#569883 +- Check blacklist= for the module name before loading it (bcl) + Related: rhbz#569883 +- Write /tmp/anaconda.conf (bcl) + Related: rhbz#569883 +- Copy module blacklist to target system (bcl) + Resolves: rhbz#569883 +- Allow blocking the ssh port through kickstart (clumens) + Resolves: rhbz#485086 +- Use tune4fs for ext4 filesystems (bcl) + Resolves: rhbz#616184 +- Add tune4fs to install images (bcl) + Resolves: rhbz#616184 +- Set selinux context on iptables files (bcl) + Resolves: rhbz#658084 + +* Thu Mar 3 2011 Ales Kozumplik 11.1.2.226-1 +- Use getDiskPart() from bootyutil. (akozumpl) + Related: rhbz#572862 +- Validate the user-chosen name of an mpath device. (akozumpl) + Related: rhbz#572862 +- Do not lose selection in the bootloader's drive order dialog (akozumpl) + Resolves: rhbz#583837 +- Make sure we select the right net device when iBFT is used (mmatsuya) + Signed-Off-By: Martin Sivak + Resolves: rhbz#643774 +- Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik) + Resolves: rhbz#654685 + +* Fri Feb 25 2011 Ales Kozumplik 11.1.2.225-1 +- CD -> disc in the required media message (clumens). + Resolves: rhbz#641412 * Mon Dec 20 2010 Radek Vykydal 11.1.2.224-1 - noeject overrides kickstart eject (bcl)