Jan Engelhardt 2011-12-24 20:30:44 +00:00 committed by Git OBS Bridge
parent 16950304e1
commit 232c01572b
4 changed files with 11 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:034a9812a0774fad6c313557cbf2452d8668389bf35a95d5729958a6ab87da83
size 61876

View File

@ -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

View File

@ -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}