--- rpms/ppp-kmod/sme7/ppp-kmod.spec 2009/10/28 18:42:41 1.24 +++ rpms/ppp-kmod/sme7/ppp-kmod.spec 2009/12/01 15:41:56 1.25 @@ -1,15 +1,15 @@ -# $Id: ppp-kmod.spec,v 1.23 2009/05/26 17:12:09 slords Exp $ +# $Id: ppp-kmod.spec,v 1.24 2009/10/28 18:42:41 slords Exp $ # Define the kmod package name here. %define kmod_name ppp # hint: this can he overridden with "--define kversion foo" on the rpmbuild command line, e.g. # --define "kversion 2.6.16-1.2096_FC5" -%{!?kversion: %define kversion 2.6.9-89.0.15.EL} +%{!?kversion: %define kversion 2.6.9-89.0.16.EL} Name: %{kmod_name}-kmod Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Group: System Environment/Kernel License: GPL Summary: %{kmod_name} kernel modules @@ -21,6 +21,11 @@ ExclusiveArch: i586 i686 x86_64 Source0: kernel_ppp_mppe-%{version}-src.tgz Source10: kmodtool-%{kmod_name} +# Patches. +Patch1: ppp-725ad2a8f1358bff885414f5e91d253c99921ddc.patch +Patch2: ppp-44315cc76567e2d911d56091665637e305af182d.patch +Patch3: ppp-kmod-1.0.2-padfix.patch + # Define the variants for each architecture. %define upvar "" %define smpvar smp @@ -47,6 +52,9 @@ Source10: kmodtool-%{kmod_name} %setup -q -c pushd kernel_ppp_mppe-%{version} ./pre_build.sh lib/modules/"%{kversion}${kvariant:+$kvariant}"/build . . %{kversion}${kvariant:+$kvariant} +%patch1 -p3 +%patch2 -p3 +%patch3 patch -p1 < patches/linux-2.6.2-pad.patch patch -p1 < patches/02-ppp_generic.c.patch patch -p1 < patches/03-ppp_mppe_compress.c.patch @@ -93,6 +101,9 @@ find ${INSTALL_MOD_PATH} -type f -name \ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 1 2009 Shad L. Lords 1.0.2-6.sme +- Update kmod to fix buffer too small errors [SME: 5628] + * Tue Oct 26 2009 Shad L. Lords 1.0.2-5.sme - Make preuninstall script not fail on upgrade