kmod 2.35
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=8
This commit is contained in:
parent
16950304e1
commit
232c01572b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29334584a6569860c2a2b7f86e5ab87ff62d9d9cfc9431eea2246ca2b967a2ad
|
||||
size 58220
|
3
kmod-2.35.tar.xz
Normal file
3
kmod-2.35.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:034a9812a0774fad6c313557cbf2452d8668389bf35a95d5729958a6ab87da83
|
||||
size 61876
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 20:30:01 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Ship and enable Xz compression
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 24 17:23:09 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
Name: kmod
|
||||
%define lname libkmod1
|
||||
Summary: Utilities to load modules into the kernel
|
||||
Version: 2.21
|
||||
Version: 2.35
|
||||
%define git_snapshot 1
|
||||
Release: 0
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?git_snapshot}
|
||||
BuildRequires: automake, libtool
|
||||
%endif
|
||||
BuildRequires: pkgconfig, xz, pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig, xz, pkgconfig(liblzma), pkgconfig(zlib)
|
||||
|
||||
%description
|
||||
kmod is a set of tools to handle common tasks with Linux kernel
|
||||
@ -86,7 +86,7 @@ fi;
|
||||
%endif
|
||||
# The extra --includedir gives us the possibility to detect dependent
|
||||
# packages which fail to properly use pkgconfig.
|
||||
%configure --enable-zlib --includedir=%_includedir/%name-%version \
|
||||
%configure --with-xz --with-zlib --includedir=%_includedir/%name-%version \
|
||||
--with-rootlibdir=/%_lib --bindir=/bin
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user