SHA256
1
0
forked from pool/kmod
2012-01-20 18:20:51 +00:00
committed by Git OBS Bridge
parent 0afbbc7822
commit 015c7fa12a
4 changed files with 28 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
Name: kmod
%define lname libkmod1
Summary: Utilities to load modules into the kernel
Version: 3
Version: 4
Release: 0
%define git_snapshot 0
License: LGPL-2.1+ and GPL-2.0+
@@ -34,7 +34,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?git_snapshot}
BuildRequires: autoconf automake libtool
%endif
BuildRequires: pkgconfig >= 0.23 pkgconfig(liblzma) pkgconfig(zlib) xz
BuildRequires: pkgconfig >= 0.23 pkgconfig(liblzma) >= 4.99
BuildRequires: pkgconfig(zlib) xz
%description
kmod is a set of tools to handle common tasks with Linux kernel
@@ -130,6 +131,20 @@ make check
%files compat
%defattr(-,root,root)
/bin/lsmod
/sbin/*
/sbin/depmod
/sbin/insmod
/sbin/lsmod
/sbin/modinfo
/sbin/modprobe
/sbin/rmmod
%_mandir/man5/depmod.d.5*
%_mandir/man5/modprobe.d.5*
%_mandir/man5/modules.dep.5*
%_mandir/man8/depmod.8*
%_mandir/man8/insmod.8*
%_mandir/man8/lsmod.8*
%_mandir/man8/modinfo.8*
%_mandir/man8/modprobe.8*
%_mandir/man8/rmmod.8*
%changelog