--- rpms/appletalk-kmod/sme7/appletalk-kmod.spec 2010/04/21 16:05:43 1.25 +++ rpms/appletalk-kmod/sme7/appletalk-kmod.spec 2010/06/01 16:33:44 1.26 @@ -1,15 +1,15 @@ -# $Id: appletalk-kmod.spec,v 1.24 2009/10/28 18:42:31 slords Exp $ +# $Id: appletalk-kmod.spec,v 1.25 2010/04/21 16:05:43 slords Exp $ # Define the kmod package name here. %define kmod_name appletalk # 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.20.EL} Name: %{kmod_name}-kmod Version: 1.0 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Kernel License: GPL Summary: %{kmod_name} kernel modules @@ -88,12 +88,21 @@ done # Strip the module(s). find ${INSTALL_MOD_PATH} -type f -name \*.ko -exec strip --strip-debug \{\} \; -# + +# Override where module comes from. +mkdir -p ${INSTALL_MOD_PATH}/etc/depmod.d/ +find ${INSTALL_MOD_PATH}/lib/modules/ -type f -name \*.ko -printf '%f\n' \ + | sed 's,\.ko,,' | sort -u | xargs -ri echo "override {} * weak-updates/%{kmod_name}" \ + >> ${INSTALL_MOD_PATH}/etc/depmod.d/%{kmod_name}.conf %clean rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 01 2010 Shad L. Lords 1.0-7.sme +- Make weak-updates default for pulling module [SME: 5982] +- Fix previous script to not error on uninstall [SME: 5448] + * Wed Apr 21 2010 Shad L. Lords 1.0-6.sme - Update scriptlets to not call rpm [SME: 5448]