]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
configure, kmod: bump kmod version to >= 23 359/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Jan 2018 14:10:13 +0000 (23:10 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Jan 2018 14:10:21 +0000 (23:10 +0900)
Follow-up for 2a0da60ed18b33e39fe8e36864800bbaaa0448b4.

configure
dracut.spec

index d8985ad4b49f4e0934f9b0e885d9a46adb35546f..b55fb6090a90186fcd3f625cf30fd9f59b50b00a 100755 (executable)
--- a/configure
+++ b/configure
@@ -52,8 +52,8 @@ while (($# > 0)); do
     shift
 done
 
-if ! ${PKG_CONFIG} --exists --print-errors " libkmod >= 15 "; then
-    echo "dracut needs pkg-config and libkmod >= 15." >&2
+if ! ${PKG_CONFIG} --exists --print-errors " libkmod >= 23 "; then
+    echo "dracut needs pkg-config and libkmod >= 23." >&2
     exit 1
 fi
 
index c52364b84bd69e1b1ed081f94e340530ba70f8bd..d547e84785e14aadb6bc58672f9beac218ca7467 100644 (file)
@@ -40,7 +40,7 @@ Source0: http://www.kernel.org/pub/linux/utils/boot/dracut/dracut-%{version}.tar
 Source1: https://www.gnu.org/licenses/lgpl-2.1.txt
 
 BuildRequires: bash git
-BuildRequires: kmod-devel >= 15
+BuildRequires: kmod-devel >= 23
 
 %if 0%{?fedora} || 0%{?rhel}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)