[kmod] Update to version 13

Josh Boyer jwboyer at fedoraproject.org
Wed Apr 10 12:29:07 UTC 2013


commit fecd184ce60d75a8250d0084b5982e58a47129c0
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed Apr 10 08:19:18 2013 -0400

    Update to version 13

 .gitignore              |    1 +
 fix-rmmod-builtin.patch |   20 --------------------
 kmod.spec               |   10 +++++-----
 sources                 |    2 +-
 4 files changed, 7 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0efe1c2..ec06664 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /kmod-10.tar.xz
 /kmod-11.tar.xz
 /kmod-12.tar.xz
+/kmod-13.tar.xz
diff --git a/kmod.spec b/kmod.spec
index 1073f0d..f005510 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -1,6 +1,6 @@
 Name:		kmod
-Version:	12
-Release:	4%{?dist}
+Version:	13
+Release:	1%{?dist}
 Summary:	Linux kernel module management utilities
 
 Group:		System Environment/Kernel
@@ -16,8 +16,6 @@ BuildRequires:	zlib-devel
 BuildRequires:	xz-devel
 BuildRequires:  libxslt
 
-Patch0:         fix-rmmod-builtin.patch
-
 Provides:	module-init-tools = 4.0-1
 Obsoletes:	module-init-tools < 4.0-1
 Provides:	/sbin/modprobe
@@ -48,7 +46,6 @@ applications that wish to load or unload Linux kernel modules.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export V=1
@@ -109,6 +106,9 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/weak-modules
 %{_libdir}/libkmod.so
 
 %changelog
+* Wed Apr 10 2013 Josh Boyer <jwboyer at redhat.com> - 13-1
+- Update to version 13
+
 * Thu Mar 20 2013 Weiping Pan <wpan at redhat.com> - 12-3
 - Pull in weak-modules for kABI from Jon Masters <jcm at redhat.com> 
 
diff --git a/sources b/sources
index b938590..670faef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d63b146c8ee5a04dfbef4be97f8226b  kmod-12.tar.xz
+d5aba43b9370cd52f3cb35e82a1aa595  kmod-13.tar.xz


More information about the scm-commits mailing list