libmnl 1.0.3
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=22
This commit is contained in:
parent
f8c0dda005
commit
0b48511571
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d91e85386fd44ad1fa5e1f3d87af6099d954d8d0f45b009a4ecc096137e4a60
|
|
||||||
size 300560
|
|
Binary file not shown.
3
libmnl-1.0.3.tar.bz2
Normal file
3
libmnl-1.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de
|
||||||
|
size 337375
|
BIN
libmnl-1.0.3.tar.bz2.sig
Normal file
BIN
libmnl-1.0.3.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 26 18:29:50 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.0.3
|
||||||
|
* Added the "mnl_attr_for_each_payload" function, which allows to
|
||||||
|
iterate over attributes for a given payload pointer.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 2 21:24:22 UTC 2012 - jengelh@medozas.de
|
Mon Jan 2 21:24:22 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
16
libmnl.spec
16
libmnl.spec
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libmnl
|
Name: libmnl
|
||||||
Summary: Minimalistic Netlink communication library
|
Summary: Minimalistic Netlink communication library
|
||||||
%define lname %{name}0
|
|
||||||
Version: 1.0.2
|
|
||||||
Release: 0
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
%define lname %{name}0
|
||||||
|
Version: 1.0.3
|
||||||
|
Release: 0
|
||||||
Url: http://netfilter.org/projects/libmnl/
|
Url: http://netfilter.org/projects/libmnl/
|
||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/libmnl
|
#Git-Clone: git://git.netfilter.org/libmnl
|
||||||
@ -31,8 +30,9 @@ Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
|
|||||||
Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
|
Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
|
||||||
Source9: baselibs.conf
|
Source9: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf automake >= 1.6 libtool
|
#git#BuildRequires: autoconf, automake >= 1.6
|
||||||
BuildRequires: pkgconfig >= 0.23
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig >= 0.21
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
@ -42,8 +42,8 @@ and easy to get wrong. This library aims to provide simple helpers
|
|||||||
that allows you to re-use code and to avoid re-inventing the wheel.
|
that allows you to re-use code and to avoid re-inventing the wheel.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Minimalistic Netlink communication library
|
Summary: Minimalistic Netlink communication library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
@ -53,9 +53,9 @@ and easy to get wrong. This library aims to provide simple helpers
|
|||||||
that allows you to re-use code and to avoid re-inventing the wheel.
|
that allows you to re-use code and to avoid re-inventing the wheel.
|
||||||
|
|
||||||
%package -n %name-devel
|
%package -n %name-devel
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Summary: Development files for libmnl
|
Summary: Development files for libmnl
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n %name-devel
|
%description -n %name-devel
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
|
Loading…
Reference in New Issue
Block a user