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
|
||||
|
14
kmod.spec
14
kmod.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,24 +15,26 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: kmod
|
||||
%define lname libkmod1
|
||||
Summary: Utilities to load modules into the kernel
|
||||
Version: 2.35
|
||||
%define git_snapshot 1
|
||||
Version: 3
|
||||
Release: 0
|
||||
%define git_snapshot 0
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
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
|
||||
Source: %name-%version.tar.xz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?git_snapshot}
|
||||
BuildRequires: automake, libtool
|
||||
BuildRequires: autoconf automake libtool
|
||||
%endif
|
||||
BuildRequires: pkgconfig, xz, pkgconfig(liblzma), pkgconfig(zlib)
|
||||
BuildRequires: pkgconfig >= 0.23 pkgconfig(liblzma) pkgconfig(zlib) xz
|
||||
|
||||
%description
|
||||
kmod is a set of tools to handle common tasks with Linux kernel
|
||||
|
Loading…
Reference in New Issue
Block a user