diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-29 07:08:42 -0800 |
---|---|---|
committer | Kévin THIERRY <kevin.thierry@open.eurogiciel.org> | 2014-11-03 16:58:54 +0100 |
commit | 50245670651622022cb4bc27f5aefa214d82e04d (patch) | |
tree | 18e1273493adf16996adb615974795cfb445814f | |
parent | 91538de67502f61d27dc733886ff1a8b6fe917c1 (diff) | |
download | kmod-50245670651622022cb4bc27f5aefa214d82e04d.tar.gz kmod-50245670651622022cb4bc27f5aefa214d82e04d.tar.bz2 kmod-50245670651622022cb4bc27f5aefa214d82e04d.zip |
provide module-init-tools
-rw-r--r-- | packaging/kmod.spec | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/kmod.spec b/packaging/kmod.spec index f93eba4..feacf3d 100644 --- a/packaging/kmod.spec +++ b/packaging/kmod.spec @@ -1,5 +1,5 @@ Name: kmod -Version: 9 +Version: 12 Release: 0 License: LGPL-2.1+ and GPL-2.0+ %define lname libkmod @@ -7,10 +7,7 @@ Summary: Utilities to load modules into the kernel Url: http://www.politreco.com/2011/12/announce-kmod-2/ Group: System/Kernel -#Git-Web: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary -#Git-Clone: git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod Source: %{name}-%{version}.tar.xz - BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -32,8 +29,8 @@ indexes from module-init-tools project. License: GPL-2.0+ Summary: Compat symlinks for kernel module utilities Group: System/Kernel -Conflicts: module-init-tools Requires(pre): filesystem +Provides: module-init-tools %description compat kmod is a set of tools to handle common tasks with Linux kernel |