kmod 4
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=13
This commit is contained in:
parent
0afbbc7822
commit
015c7fa12a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b32439703ab2837e81ae80f527f9e964ecb5883a9e80d1cc7518cf6e8593ad9
|
|
||||||
size 285512
|
|
3
kmod-4.tar.xz
Normal file
3
kmod-4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4bcae464d1801f403e6c6454b922c4b117f61cb8cf1a85a3a24267fbf353ff68
|
||||||
|
size 325304
|
@ -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
|
||||||
|
|
||||||
|
21
kmod.spec
21
kmod.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user