rpms/xtables-addons-kmod/devel xtables-addons-kmod.spec,1.21,1.22

Nicolas Chauvet kwizart at rpmfusion.org
Thu May 3 23:31:15 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19047/devel

Modified Files:
	xtables-addons-kmod.spec 
Log Message:
Fix build



Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xtables-addons-kmod.spec	12 Apr 2012 21:29:14 -0000	1.21
+++ xtables-addons-kmod.spec	3 May 2012 21:30:45 -0000	1.22
@@ -3,12 +3,12 @@
 # "buildforkernels newest" macro for just that build; immediately after
 # queuing that build enable the macro again for subsequent builds; that way
 # a new akmod package will only get build when a new one is actually needed
-%define buildforkernels current
+#define buildforkernels newest
 
 Name:		xtables-addons-kmod
 Summary:	Kernel module (kmod) for xtables-addons
 Version:	1.42
-Release:	1%{?dist}
+Release:	1%{?dist}.4
 License:	GPLv2
 Group:		System Environment/Kernel
 URL:		http://xtables-addons.sourceforge.net
@@ -57,7 +57,7 @@
 %install
 for kernel_version  in %{?kernel_versions} ; do
 	export XA_ABSTOPSRCDIR=${PWD}/_kmod_build_${kernel_version%%___*}
-	make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot} ext-mod-dir=%{kmodinstdir_postfix}
+	make %{?_smp_mflags} V=1 -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*}/extensions _emodinst_ INSTALL_MOD_PATH=%{buildroot}%{_prefix} ext-mod-dir=%{kmodinstdir_postfix}
 done
 chmod u+x %{buildroot}%{_prefix}/lib/modules/*/extra/*/*
 %{?akmod_install}
@@ -66,6 +66,18 @@
 rm -rf %{buildroot}
 
 %changelog
+* Wed May 02 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-1.4
+- rebuild for updated kernel
+
+* Sat Apr 28 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-1.3
+- rebuild for updated kernel
+
+* Sun Apr 22 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-1.2
+- rebuild for updated kernel
+
+* Mon Apr 16 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-1.1
+- rebuild for updated kernel
+
 * Thu Apr 12 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.42-1
 - Update to 1.42
 


More information about the rpmfusion-commits mailing list