--- rpms/anaconda/sme7/anaconda.spec 2008/09/12 03:22:46 1.4 +++ rpms/anaconda/sme7/anaconda.spec 2008/09/12 03:55:39 1.5 @@ -1,7 +1,9 @@ +# $Id: anaconda.spec,v 1.3 2008/04/09 13:51:41 slords Exp $ + ExcludeArch: ppc64 Name: anaconda Version: 10.1.1.91 -Release: 1.centos4 +Release: 1.centos4.1%{?dist} License: GPL Summary: Graphical system installer Group: Applications/System @@ -11,6 +13,17 @@ 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 %ifarch i386 BuildRequires: dietlibc @@ -46,6 +59,17 @@ 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 %build make depend @@ -87,6 +111,14 @@ 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] + * Sat Jul 28 2008 Johnny Hughes - 10.1.1.91-1.centos4 - modified to include the centos anaconda spec file in the build as it is used in the build process (SOURCE1).