--- rpms/anaconda/sme7/anaconda.spec 2009/08/24 15:09:08 1.6 +++ rpms/anaconda/sme7/anaconda.spec 2009/08/24 16:46:21 1.7 @@ -1,7 +1,7 @@ ExcludeArch: ppc64 Name: anaconda Version: 10.1.1.103 -Release: 1.centos4 +Release: 1.centos4.1%{?dist} License: GPL Summary: Graphical system installer Group: Applications/System @@ -11,6 +11,7 @@ Patch10: centos4-anaconda.patch Patch11: centos4-buildi586.patch Patch12: centos4-isolinux-colors.patch Patch13: centos4-use-discinfo.patch +Patch100: anaconda-10.1.1.103-smepatches.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 @@ -47,6 +48,7 @@ sets, but are not meant for use on alrea %patch12 -p1 %patch13 -p1 cp -f %{SOURCE1} anaconda.spec +%patch100 -p1 %build make depend @@ -88,6 +90,14 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Aug 24 2009 Shad L. Lords 10.1.1.103-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] + * 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).