From 232c01572b18538376e61cd20d485bb261f5bc38201d5f86a5dc92fdaaf088d6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 24 Dec 2011 20:30:44 +0000 Subject: [PATCH] kmod 2.35 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=8 --- kmod-2.21.tar.xz | 3 --- kmod-2.35.tar.xz | 3 +++ kmod.changes | 5 +++++ kmod.spec | 6 +++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 kmod-2.21.tar.xz create mode 100644 kmod-2.35.tar.xz diff --git a/kmod-2.21.tar.xz b/kmod-2.21.tar.xz deleted file mode 100644 index 81f83d5..0000000 --- a/kmod-2.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29334584a6569860c2a2b7f86e5ab87ff62d9d9cfc9431eea2246ca2b967a2ad -size 58220 diff --git a/kmod-2.35.tar.xz b/kmod-2.35.tar.xz new file mode 100644 index 0000000..88e8ca6 --- /dev/null +++ b/kmod-2.35.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a9812a0774fad6c313557cbf2452d8668389bf35a95d5729958a6ab87da83 +size 61876 diff --git a/kmod.changes b/kmod.changes index 9d35bdd..1ba48ae 100644 --- a/kmod.changes +++ b/kmod.changes @@ -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 diff --git a/kmod.spec b/kmod.spec index 37d2900..1a9139b 100644 --- a/kmod.spec +++ b/kmod.spec @@ -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}