Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10177/devel
Modified Files:
.cvsignore sources xtables-addons-kmod.spec
Log Message:
Update to 1.42
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 24 Jan 2012 20:30:27 -0000 1.5
+++ .cvsignore 12 Apr 2012 21:29:14 -0000 1.6
@@ -1 +1 @@
-xtables-addons-1.41.tar.xz
+xtables-addons-1.42.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 24 Jan 2012 20:30:27 -0000 1.6
+++ sources 12 Apr 2012 21:29:14 -0000 1.7
@@ -1 +1 @@
-a8de5e5e5823aefcbab210159f122564 xtables-addons-1.41.tar.xz
+7c996a0400667b57ab4fb53a013ae742 xtables-addons-1.42.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xtables-addons-kmod.spec 8 Feb 2012 23:20:48 -0000 1.20
+++ xtables-addons-kmod.spec 12 Apr 2012 21:29:14 -0000 1.21
@@ -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 akmod
+%define buildforkernels current
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 1.41
-Release: 1%{?dist}.1
+Version: 1.42
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL:
http://xtables-addons.sourceforge.net
@@ -59,13 +59,19 @@
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}
done
-chmod u+x %{buildroot}/lib/modules/*/extra/*/*
+chmod u+x %{buildroot}%{_prefix}/lib/modules/*/extra/*/*
%{?akmod_install}
%clean
rm -rf %{buildroot}
%changelog
+* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.42-1
+- Update to 1.42
+
+* Thu Apr 12 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-2
+- rebuild for beta kernel
+
* Tue Feb 07 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.1
- Rebuild for UsrMove