[kmod/f17] version 6

Kay Sievers kay at fedoraproject.org
Sun Mar 4 15:31:38 UTC 2012


commit cf0a7a3b7267ee4d95b42eace6ea2a85d9c68b75
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Sun Mar 4 16:25:29 2012 +0100

    version 6

 .gitignore                                         |    2 +-
 ...od-module-don-t-treat-coming-as-in-kernel.patch |   37 -----------------
 ...ule-probe-Fix-ignore-loaded-flag-not-bein.patch |   42 --------------------
 ...ule-probe-fix-infinite-loop-with-softdeps.patch |   39 ------------------
 kmod.spec                                          |   21 ++++------
 sources                                            |    2 +-
 6 files changed, 10 insertions(+), 133 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90c1e6e..a31a58f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kmod-5.tar.xz
+/kmod-6.tar.xz
diff --git a/kmod.spec b/kmod.spec
index 7cee733..dd5fed4 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -1,15 +1,12 @@
 Name:		kmod
-Version:	5
-Release:	8%{?dist}
+Version:	6
+Release:	1%{?dist}
 Summary:	Linux kernel module management utilities
 
 Group:		System Environment/Kernel
 License:	GPLv2+
-#TODO:		Change the following URLs once there is wiki write access
-#URL:		http://modules.wiki.kernel.org/
-URL:		http://git.profusion.mobi/cgit.cgi/kmod.git/
-#TODO:		The following URL will be moving to kernel.org eventually
-Source0:	http://packages.profusion.mobi/kmod/%{name}-%{version}.tar.xz
+URL:		http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
+Source0:	ftp://ftp.kernel.org/pub/linux/utils/kernel/kmod/%{name}-%{version}.tar.xz
 Exclusiveos:	Linux
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -20,9 +17,6 @@ BuildRequires:	xz-devel
 Provides:	module-init-tools = 4.0-1
 Obsoletes:	module-init-tools < 4.0-1
 Provides:	/sbin/modprobe
-Patch1:		0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch
-Patch2:		0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch
-Patch3:		0001-libkmod-module-don-t-treat-coming-as-in-kernel.patch
 
 %description
 The kmod package provides various programs needed for automatic
@@ -50,9 +44,6 @@ applications that wish to load or unload Linux kernel modules.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 export V=1
@@ -106,6 +97,10 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d
 %{_libdir}/libkmod.so
 
 %changelog
+* Sun Mar 04 2012 Kay Sievers <kay at redhat.com> - 6-1
+- update to version 6
+- remove all patches, they are included in the release
+
 * Fri Feb 24 2012 Kay Sievers <kay at redhat.com> - 5-8
 - try to address brc#771285
 
diff --git a/sources b/sources
index 4b6088f..f61796d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b271c2ec54aba1c67bda63c8579d8c15  kmod-5.tar.xz
+bad08102fad212cd34405136d9a7eb94  kmod-6.tar.xz


More information about the scm-commits mailing list