|
@@ -2,14 +2,10 @@ Summary: Dynamic Kernel Module Support Framework
|
|
|
Summary(ja): DKMS (ダイナミックカーネルモジュールサポート) フレームワーク
|
|
|
Name: dkms
|
|
|
Version: 2.0.21.1
|
|
|
-Release: 7%{?_dist_release}
|
|
|
+Release: 8%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
|
BuildArch: noarch
|
|
|
-Requires: sed gawk findutils modutils tar cpio gzip grep mktemp
|
|
|
-Requires: bash > 1.99
|
|
|
-# because Mandriva calls this package dkms-minimal
|
|
|
-Provides: dkms-minimal = %{version}
|
|
|
URL: http://linux.dell.com/dkms
|
|
|
Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz
|
|
|
|
|
@@ -19,8 +15,12 @@ Patch102: dkms-2.0.21.1-autoinstaller-vine.patch
|
|
|
Patch103: dkms-2.0.21.1-prerm-vine.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
-# when building for Fedora, uncomment this Requires
|
|
|
+
|
|
|
Requires: kernel-devel
|
|
|
+Requires: sed gawk findutils tar cpio gzip grep mktemp
|
|
|
+Requires: bash > 1.99
|
|
|
+Requires: kmod
|
|
|
+Provides: dkms-minimal = %{version}
|
|
|
|
|
|
|
|
|
Vendor: Project Vine
|
|
@@ -142,6 +142,9 @@ echo ""
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.21.1-8
|
|
|
+- Requires: kmod instead of modutils
|
|
|
+
|
|
|
* Tue Apr 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.21.1-7
|
|
|
- rebuild for Vine 6
|
|
|
|