kmod 3
OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=10
This commit is contained in:
parent
232c01572b
commit
0afbbc7822
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:034a9812a0774fad6c313557cbf2452d8668389bf35a95d5729958a6ab87da83
|
|
||||||
size 61876
|
|
3
kmod-3.tar.xz
Normal file
3
kmod-3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b32439703ab2837e81ae80f527f9e964ecb5883a9e80d1cc7518cf6e8593ad9
|
||||||
|
size 285512
|
@ -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
|
||||||
|
22
kmod.spec
22
kmod.spec
@ -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
|
||||||
@ -45,9 +47,9 @@ indexes from module-init-tools project.
|
|||||||
|
|
||||||
%package compat
|
%package compat
|
||||||
Summary: Compat symlinks for kernel module utilities
|
Summary: Compat symlinks for kernel module utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Conflicts: module-init-tools
|
Conflicts: module-init-tools
|
||||||
|
|
||||||
%description compat
|
%description compat
|
||||||
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
|
||||||
@ -58,7 +60,7 @@ This package contains traditional name symlinks (lsmod, etc.)
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Library to interact with Linux kernel modules
|
Summary: Library to interact with Linux kernel modules
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
@ -68,7 +70,7 @@ list modules, also checking its properties, dependencies and aliases.
|
|||||||
%package -n libkmod-devel
|
%package -n libkmod-devel
|
||||||
Summary: Development files for libkmod
|
Summary: Development files for libkmod
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
|
|
||||||
%description -n libkmod-devel
|
%description -n libkmod-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user