From 015c7fa12a26a0a5ed23b0b5d2c17507ad2241c64205fc7c18663c51d43834b3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 20 Jan 2012 18:20:51 +0000 Subject: [PATCH] kmod 4 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=13 --- kmod-3.tar.xz | 3 --- kmod-4.tar.xz | 3 +++ kmod.changes | 7 +++++++ kmod.spec | 21 ++++++++++++++++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 kmod-3.tar.xz create mode 100644 kmod-4.tar.xz diff --git a/kmod-3.tar.xz b/kmod-3.tar.xz deleted file mode 100644 index a6529ec..0000000 --- a/kmod-3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b32439703ab2837e81ae80f527f9e964ecb5883a9e80d1cc7518cf6e8593ad9 -size 285512 diff --git a/kmod-4.tar.xz b/kmod-4.tar.xz new file mode 100644 index 0000000..9e68c7c --- /dev/null +++ b/kmod-4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcae464d1801f403e6c6454b922c4b117f61cb8cf1a85a3a24267fbf353ff68 +size 325304 diff --git a/kmod.changes b/kmod.changes index d02a474..6d05d25 100644 --- a/kmod.changes +++ b/kmod.changes @@ -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 diff --git a/kmod.spec b/kmod.spec index 9405402..1155d1b 100644 --- a/kmod.spec +++ b/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