--- rpms/anaconda/sme8/anaconda.spec 2009/10/22 14:06:59 1.11 +++ rpms/anaconda/sme8/anaconda.spec 2010/06/07 14:25:13 1.17 @@ -1,17 +1,17 @@ Name: anaconda -Version: 11.1.2.195 -Release: 1.el5.centos +Version: 11.1.2.209 +Release: 1%{?dist} License: GPL Summary: Graphical system installer Group: Applications/System -Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 +Source: anaconda-%{version}.tar.bz2 BuildPreReq: kudzu-devel >= 1.2.57.1.18, 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 BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber -BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3, +BuildPreReq: pykickstart >= 0.43.8, 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: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1 @@ -39,14 +39,32 @@ Url: http://fedoraproject.org/wiki/Anaco 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 +Patch4: anaconda-centos-centos-branding-po_files_5.5.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 +# 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-Fix-goto-previous-if-unable-to-go-back.patch +Patch1004: 0004-Always-pick-best-arch-for-package.patch +Patch1005: 0005-Allow-creating-mounting-degraded-raid-arrays.patch +Patch1006: 0006-Start-boot-raid-device-first-so-it-will-be-in-sync.patch +Patch1007: 0007-Automatically-upgrade-bootloader-if-necessary.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 + BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION} %description @@ -80,7 +98,6 @@ sets, but are not meant for use on alrea %prep %setup -q - %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -89,9 +106,27 @@ sets, but are not meant for use on alrea %patch6 -p1 %patch7 -p1 %patch8 -p1 -#deprecated : %patch9 -p1 %patch10 -p1 +# SME specific patches +%patch1001 -p1 +%patch1002 -p1 +%patch1003 -p1 +%patch1004 -p1 +%patch1005 -p1 +%patch1006 -p1 +%patch1007 -p1 +%patch1008 -p1 +%patch1009 -p1 +%patch1010 -p1 +%patch1011 -p1 +%patch1012 -p1 +%patch1013 -p1 +%patch1014 -p1 +%patch1015 -p1 +%patch1016 -p1 +%patch1017 -p1 + %build make depend make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" @@ -149,8 +184,177 @@ fi /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Mon Sep 28 2009 Karanbir Singh 11.1.2.195-1.el5.centos -- Roll in CentOS Patch set +* Mon Jun 07 2010 Shad L. Lords 11.1.2.209-1.sme +- Fix mkinitrd part of no kernel patch so dd works [SME: 6031] + +* Mon May 17 2010 Shad L. Lords 11.1.2.209-1.sme +- No warnings if kernel not upgraded + (recreate initrd if kernel was installed) +- No warnings if unable to remove rpm databases +- Fix goto previous if unable to go back +- Always pick best arch for package +- Allow creating/mounting degraded raid arrays + (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 +- Search for language updates on upgrade disk +- Force time to be based on UTC +- Add final warning before installing +- Make install headless but still write keyboard info out + (don't ask us to use vnc mode) +- Make install window wider + (fix titlebar spacing) +- Don't email root on raid events +- Make boot loader use SME labels +- Determine upgradability of SME server + (change erase disks to upgrade dialog) +- Run SME post-install scripts on kickstart install/upgrade +- Limit languages to those supported by SME + +* Sun Apr 25 2010 Karanbir Singh 11.1.2.209-1.el5.centos +- Roll in CentOS Changes + +* Mon Mar 22 2010 Martin Sivak 11.1.2.209-1 +- Add a missing patch to make dlabel work again + Related: rhbz#485060 + +* Sun Mar 21 2010 David Cantrell 11.1.2.208-1 +- Revert patch for #521189 (dcantrell) + Resolves: rhbz#575129 + +* Sun Mar 21 2010 David Cantrell 11.1.2.207-1 +- Fix driver disk loading from partitionless media (dcantrell) + Resolves: rhbz#575129 + +* Tue Mar 09 2010 Martin Sivak 11.1.2.206-1 +- Use /sys/block instead of /proc/partitions for device nodes (msivak) + Related: rhbz#485060 +- Wait a bit longer for network on s390 (Brad Hinson) + Resolves: rhbz#506742 + +* Tue Mar 2 2010 Ales Kozumplik 11.1.2.205 +- Do not leave the initial slash in path in getHostandPath() (akozumpl) + Resolves: rhbz#568691 + +* Tue Feb 23 2010 David Cantrell 11.1.2.204 +- Update anaconda xorg driver list (dcantrell) + Resolves: rhbz#567666 + +* Tue Feb 23 2010 Radek Vykydal 11.1.2.203 +- Cut the size of the boot.img for ia64 in half (akozumpl) + Resolves: rhbz#556976 + +* Fri Jan 29 2010 Martin Sivak 11.1.2.202-4 +- Rebuild anaconda to get the newest Kudzu + Resolves: rhbz#555188 + +* Fri Jan 29 2010 Martin Sivak 11.1.2.202-3 +- Rebuild anaconda to get the newest Kudzu + Resolves: rhbz#555188 + +* Wed Jan 27 2010 Chris Lumens 11.1.2.202-2 +- Add anaconda support for group removal syntax. + Resolves: rhbz#558516 + +* Thu Jan 21 2010 Martin Sivak 11.1.2.201-2 +- Rebuild anaconda to get the newest Kudzu + Related: rhbz#555188 + +* Fri Jan 15 2010 David Cantrell 11.1.2.201-1 +- os.exists -> os.path.exists (clumens) + Resolves: rhbz#554853 +- reIPL support for s390 (hamzy) + Resolves: rhbz#512195 +- Include 'mpath' in generic.prm file for s390 and s390x (dcantrell) + Resolves: rhbz#538129 + +* Fri Jan 08 2010 Martin Sivak 11.1.2.200-1 +- Provide CMS script for IPL under z/VM + Resolves: rhbz#475343 +- Force interface up before checking link status + Resolves: rhbz#549751 +- Document new bootloader --hvargs kickstart option + Related: rhbz#501438 + +* Tue Dec 22 2009 Martin Sivak 11.1.2.199-1 +- Support for the pmcraid driver + Resolves: rhbz#532777 +- Always return correct network config from kickstartNetworkUp + Resolves: rhbz#495042 +- Actually use the ftp login&password parse code + Related: rhbz#505424 +- Fix clearpart of PVs that are part of multidrive VGs + Resolves: rhbz#545869 +- Add support for Brocade Fibre Channel to PCIe Host Bus Adapters + Resolves: rhbz#475707 +- Fix EDD BIOS information parsing + Resolves: rhbz#540637 + +* Fri Dec 11 2009 Martin Sivak 11.1.2.198-3 +- Fix the build for s390 + Related: rhbz#517768 + +* Fri Dec 11 2009 Martin Sivak 11.1.2.198-2 +- Fix the build, we were missing one include in loader.c + Related: rhbz#517768 + +* Fri Dec 11 2009 Martin Sivak 11.1.2.198-1 +- Various improvements to kickstart scriptlet reporting + Resolves: rhbz#510636 +- Fix parsing of optional portnr in iscsi target IP + Resolves: rhbz#525054 +- "ip=ibft" is not needed any more if ibft configuration is available + Resolves: rhbz#517768 +- Revert the badEDID check + Resolves: rhbz#445486 +- Remove #!/usr/bin/env python calls + Resolves: rhbz#521337 +- Do not reinstall packages of the same NAEVR in upgrade + Resolves: rhbz#495796 +- Add be2iscsi driver support + Resolves: rhbz#529442 +- Reset partitioning when going back to parttype screen + Resolves: rhbz#516715 +- Find LVs specified by label in /etc/fstab + Resolves: rhbz#502178 +- Ensure the ghostscript-fonts get installed with ghostscript + Resolves: rhbz#530548 + +* Fri Nov 20 2009 Martin Sivak 11.1.2.197 +- Added N-Port-ID (NPIV) install support for Linux on Power + Resolves: rhbz#512237 +- Ignore comments when looking for %ksappend lines + Resolves: rhbz#525676 +- Add kickstart support for xen hypervisor arguments in grub. + Resolves: rhbz#501438 +- Fix kickstarts without a pw + Resolves: rhbz#538412 + +* Fri Nov 13 2009 Martin Sivak 11.1.2.196-2 +- Write HOTPLUG=no to ifcfg file is ONBOOT=no + Resolves: rhbz#498086 +- Honor the --label option to the kickstart "part" command + Resolves: rhbs#498856 +- Add "Hipersockets" to qeth NETTYPE description + Resolves: rhbz#511962 +- Honor existing RUNKS conf file variable on s390 + Resolves: rhbz#513951 +- kickstart option to make mpath0 point to arbitrary LUN + Resolves: rhbz#502768 +- Sleep if the kickstart file read fails + Related: rhbz#460566 +- If the device disappeared during DD selection, do not crash + Resolves: rhbz#521189 + +* Tue Nov 10 2009 Martin Sivak 11.1.2.196-1 +- Adds interactive install support for NFS options + Resolves: rhbz#493052 +- KS can reside on password protected FTP servers + Resolves: rhbz#505424 +- Detect oemdrv DDs on cdrom devices too + Resolves: rhbz#485060 +- Prepare dev nodes for block devices too for blkid + Resolves: rhbz#515437 * Wed Aug 05 2009 Martin Sivak 11.1.2.195-1 - Update the loader with support code for Mellanox cards