--- rpms/anaconda/sme7/anaconda.spec 2008/09/12 03:55:39 1.5 +++ rpms/anaconda/sme7/anaconda.spec 2011/06/14 18:28:35 1.10 @@ -1,34 +1,45 @@ -# $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $ +# $Id: anaconda.spec,v 1.9 2010/03/04 16:31:07 slords Exp $ ExcludeArch: ppc64 Name: anaconda -Version: 10.1.1.91 +Version: 10.1.1.103 Release: 1.centos4.1%{?dist} License: GPL Summary: Graphical system installer Group: Applications/System -Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 +Source: anaconda-%{version}.tar.bz2 Source1: anaconda.centos.spec.txt Patch10: centos4-anaconda.patch Patch11: centos4-buildi586.patch Patch12: centos4-isolinux-colors.patch Patch13: centos4-use-discinfo.patch -Patch1000: back-button.patch -Patch1001: upgrade-install.patch -Patch1002: package-logging.patch -Patch1003: postaction-intf.patch -Patch1100: smeserver.patch -Patch1101: smeserver-crashdumptext.patch -Patch1102: smeserver-degraded-raid.patch -Patch1103: smeserver-bootraidfirst.patch -Patch1104: smeserver-kmod.patch -Patch1105: smeserver-super-minor.patch -Patch1106: smeserver-mdadm-noroot.patch -BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.23, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel +Patch1001: 0001-Fix-goto-previous-if-unable-to-go-back.patch +Patch1002: 0002-Display-NEVRA-when-installing-upgrading-packages.patch +Patch1003: 0003-Add-interface-method-to-post-action.patch +Patch1004: 0004-Progress-window-for-install-upgrade.patch +Patch1005: 0005-Always-pick-best-arch-for-package.patch +Patch1006: 0006-No-warnings-if-kernel-not-upgraded.patch +Patch1007: 0007-Allow-creating-mounting-degraded-raid-arrays.patch +Patch1008: 0008-Start-boot-raid-device-first-so-it-will-be-in-sync.patch +Patch1009: 0009-Force-time-to-be-based-on-UTC.patch +Patch1010: 0010-Pick-keyboard-based-on-language-selection.patch +Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info.patch +Patch1012: 0012-Add-final-warning-before-installing.patch +Patch1013: 0013-Dont-email-root-on-raid-events.patch +Patch1014: 0014-Remove-super-minor-from-mdadm.conf.patch +Patch1015: 0015-Make-install-window-wider.patch +Patch1016: 0016-Make-boot-loader-use-SME-labels.patch +Patch1017: 0017-Determine-upgradability-of-SME-server.patch +Patch1018: 0018-Run-SME-post-install-scripts-on-kickstart-install-up.patch +Patch1019: 0019-Install-kmods-that-follow-kernel.patch +Patch1020: 0020-Direct-bugs-to-sme-server-bugtracker.patch +Patch1021: 0021-Limit-languages-to-those-supported-by-SME.patch + +BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.95.26, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel %ifarch i386 BuildRequires: dietlibc %endif -Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu +Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.19-23, booty, kudzu Requires: pyparted, libxml2-python, dosfstools >= 2.8-17 Requires: anaconda-help, system-logos Obsoletes: anaconda-images <= 10 @@ -59,17 +70,27 @@ sets, but are not meant for use on alrea %patch12 -p1 %patch13 -p1 cp -f %{SOURCE1} anaconda.spec -%patch1000 -p1 %patch1001 -p1 %patch1002 -p1 %patch1003 -p1 -%patch1100 -p1 -%patch1101 -p1 -%patch1102 -p1 -%patch1103 -p1 -%patch1104 -p1 -%patch1105 -p1 -%patch1106 -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 +%patch1018 -p1 +%patch1019 -p1 +%patch1020 -p1 +%patch1021 -p1 %build make depend @@ -111,24 +132,112 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog -* Thu Sep 11 2008 Shad L. Lords 10.1.1.91-1.centos4.1.sme -- Add kmods based on selected kernel -- Remove super-minor from mdadm.conf to fix warnings. -- Remove root email from mdadm.conf to remove duplicate emails [SME: 2147] -- Make boot device be created first so raid will be ready for grub -- Apply various SME Server patches [SME: 1277] -- Change location of crash dump report [SME: 1250] +* Mon Aug 24 2009 Shad L. Lords 10.1.1.103-1.centos4.1.sme +- Fix goto previous if unable to go back +- Display NEVRA when installing/upgrading packages +- Add interface method to post action +- Progress window for install/upgrade +- Always pick best arch for package +- No warnings if kernel not upgraded +- 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 +- Force time to be based on UTC +- Pick keyboard based on language selection +- Make install headless but still write keyboard info out +- Add final warning before installing +- Dont email root on raid events +- Remove super-minor from mdadm.conf +- Make install window wider + (fix titlebar spacing) +- Make boot loader use SME labels +- Determine upgradability of SME server +- Run SME post-install scripts on kickstart install/upgrade +- Install kmods that follow kernel +- Direct bugs to sme server bugtracker +- Limit languages to those supported by SME -* Sat Jul 28 2008 Johnny Hughes - 10.1.1.91-1.centos4 +* Fri Jul 3 2009 Tru Huynh - 10.1.1.103-1.centos4 - modified to include the centos anaconda spec file in the build as it is used in the build process (SOURCE1). - rolled in centos patches 10, 11, 12, 13 +* Tue Mar 31 2009 Joel Granados - 10.1.1.103-1 +- libwrap is now located in /LIBDIR/libwrap (msivak). + Resolves: rhbz:#493005 + +* Thu Mar 26 2009 Joel Granados - 10.1.1.102-1 +- Fix the size of the vmlinuz images for i386 and ia64 (msivak). + Resolves: rhbz:#492331 + +* Wed Mar 25 2009 Joel Granados - 10.1.1.101-1 +- Add the qla2500 to the table of known modules (msivak). + Resolves: rhbz:#491982 + +* Wed Mar 11 2009 Joel Granados - 10.1.1.100-1 +- Fix clamping of VG size in case when it is not sufficient for lvm metadata (rvykydal). + Resolves: rhbz:#489549 + +* Wed Mar 4 2009 Joel Granados - 10.1.1.99-1 +- We have to first refresh the devices and _then_ set the protected list (msivak). + Resolves: rhbz:#461855 + +* Thu Feb 26 2009 Joel Granados - 10.1.1.98-1 +- LVM VG size is not same as the device where PV is (jgranado). + Patch in partRequest.py instead of autopart.py. + Resolves: rhbz:#480793 + +* Mon Feb 23 2009 Joel Granados - 10.1.1.97-1 +- LVM VG size is not same as the device where PV is (jgranado). + Resolves: rhbz:#480793 + +* Wed Feb 4 2009 Joel Granados - 10.1.1.96-1 +- Don't show the root password dialog, make patch work better (msivak). + Resolves: rhbz:#481597 +- Clamp the lv size on LV device creation (jgranados). + Resolves: rhbz:#480793 + +* Fri Jan 30 2009 Joel Granados - 10.1.1.95-1 +- Avoid devices where the lvm metadata is not present (jgranado). + Resolves: rhbz:#481698 +- Don't show the root password dialog, password was provided by ks file (msivak). + Resolves: rhbz:#481597 + +* Tue Jan 27 2009 Joel Granados - 10.1.1.94-1 +- Remove missing PVs before removing obsolete VG (jgranado). + Resolves: rhbz:#481698 + +* Mon Jan 26 2009 Joel Granados - 10.1.1.93-1 +- Correct backport from RHEL5 (jgranados). + Resolves: rhbz:#480793 + +* Thu Jan 15 2009 Joel Granados - 10.1.1.92-1 +- Flush the drive dict first so CD-ROM device nodes get made (clumens). + Resolves: rhbz:#435926 +- Protect installation source partition from deletion (msivak). + Resolves: rhbz:#461855 +- Allow bootloader on mbr when /boot is dmraid1 (hdegoede). + Resolves: rhbz:#217176 +- Allow empty DNS variable in s390 CMS conf file (dcantrell). + Resolves: rhbz:#465175 +- Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell). + Resolves: rhbz:#459730 +- docs update for driveorder ks command (msivak). + Resolves: rhbz:#430476 +- Fix detection of xen environment for kbd setting (rvykydal). + Resolves: rhbz:#459785 +- Fix clamping of size of lvm physical volumes (backport) (rvykydal). + Resolves: rhbz:#233050 +- Add virtio support (clalance). + Related: rhbz:#479134,446215 +- Do a check in lvm grow to catch negative sizes (jgranado). + Related: rhbz:#144676 + * Tue Jul 08 2008 Peter Jones - 10.1.1.91-1 - Add initrd.size to the generic.ins files on s390. (I think this should solve #454492 , and indicates that the verification of #449617 was an error.) - Resolves: rhbz#449617 - + Related: rhbz#454492 + * Wed Jun 25 2008 Peter Jones - 10.1.1.90-1 - Add support for automatically determining the initramfs size on s390x Resolves: rhbz#449617