kmod 4
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=13
This commit is contained in:
21
kmod.spec
21
kmod.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user