SHA256
1
0
forked from pool/kmod
Jan Engelhardt 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b32439703ab2837e81ae80f527f9e964ecb5883a9e80d1cc7518cf6e8593ad9
size 285512

3
kmod-4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bcae464d1801f403e6c6454b922c4b117f61cb8cf1a85a3a24267fbf353ff68
size 325304

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 20 18:13:50 UTC 2012 - jengelh@medozas.de
- Update to new upstream release 4
* new APIs in libkmod: blacklists, install/remove commands,
aliases, options, softdeps and dumping indexes
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 6 00:48:41 UTC 2012 - jengelh@medozas.de Fri Jan 6 00:48:41 UTC 2012 - jengelh@medozas.de

View File

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