Jan Engelhardt 2012-01-06 00:53:03 +00:00 committed by Git OBS Bridge
parent 232c01572b
commit 0afbbc7822
4 changed files with 21 additions and 15 deletions

View File

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

3
kmod-3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b32439703ab2837e81ae80f527f9e964ecb5883a9e80d1cc7518cf6e8593ad9
size 285512

View File

@ -1,7 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 24 20:30:01 UTC 2011 - jengelh@medozas.de Fri Jan 6 00:48:41 UTC 2012 - jengelh@medozas.de
- Ship and enable Xz compression - Update to new upstream release 3
* new APIs in libkmod: get symbols from module, parsing the ELF
section, dependency symbols, insert module like modprobe
* support for Xz-compressed modules
* the depmod tool
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 24 17:23:09 UTC 2011 - crrodriguez@opensuse.org Sat Dec 24 17:23:09 UTC 2011 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kmod # spec file for package kmod
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,24 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
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: 2.35 Version: 3
%define git_snapshot 1
Release: 0 Release: 0
%define git_snapshot 0
License: LGPL-2.1+ and GPL-2.0+ License: LGPL-2.1+ and GPL-2.0+
Group: System/Kernel Group: System/Kernel
URL: http://www.politreco.com/2011/12/announce-kmod-2/ Url: http://www.politreco.com/2011/12/announce-kmod-2/
#Git-Clone: git://git.profusion.mobi/kmod #Git-Clone: git://git.profusion.mobi/kmod
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?git_snapshot} %if 0%{?git_snapshot}
BuildRequires: automake, libtool BuildRequires: autoconf automake libtool
%endif %endif
BuildRequires: pkgconfig, xz, pkgconfig(liblzma), pkgconfig(zlib) BuildRequires: pkgconfig >= 0.23 pkgconfig(liblzma) 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