Accepting request 56287 from security:netfilter
Accepted submit request 56287 from user jengelh OBS-URL: https://build.opensuse.org/request/show/56287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmnl?expand=0&rev=3
This commit is contained in:
commit
eeca0a3655
3
libmnl-0+git107.tar.xz
Normal file
3
libmnl-0+git107.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bed48a1d342cefcd5c7cce2b4bc9a83959acfc25c106af20b9a8d1c4c6a01f6d
|
||||||
|
size 27264
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36b7218c4186e9ea828261a874cfc1d28d94f3ba8213ad2b4a56313b4259c112
|
|
||||||
size 23820
|
|
3
libmnl-1.0.0.tar.bz2
Normal file
3
libmnl-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64fc055e5acab05d401809a17f85a64c48544de76ed26941c2ce834f159599a6
|
||||||
|
size 256060
|
BIN
libmnl-1.0.0.tar.bz2.sig
Normal file
BIN
libmnl-1.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 17 16:25:22 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Update to initial public tarball release, version 1.0.0
|
||||||
|
* Added checking variants of the put function family.
|
||||||
|
* Message batching infrastructure
|
||||||
|
- Run spec-beautifier on .spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 19 11:01:25 UTC 2010 - jengelh@medozas.de
|
Tue Oct 19 11:01:25 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
56
libmnl.spec
56
libmnl.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmnl (Version 0+git86)
|
# spec file for package libmnl (Version 0+git107)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,22 +18,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libmnl
|
Name: libmnl
|
||||||
%define soname 0
|
Summary: Minimalistic Netlink communication library
|
||||||
Version: 0+git86
|
%define lname %{name}0
|
||||||
Release: 1
|
Version: 1.0.0
|
||||||
License: GPLv2+
|
Release: 0
|
||||||
Group: Productivity/Networking/Security
|
License: LGPLv2+
|
||||||
Url: http://netfilter.org/projects/libmnl/
|
Group: Productivity/Networking/Security
|
||||||
Source: %name-%version.tar.xz
|
URL: http://netfilter.org/projects/libmnl/
|
||||||
Source1: baselibs.conf
|
Source: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source1: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2.sig
|
||||||
BuildRequires: pkg-config >= 0.19 xz
|
Source9: baselibs.conf
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: pkg-config >= 0.19
|
||||||
%if 0%{?suse_version} < 1130
|
%if 0%{?suse_version} < 1130
|
||||||
BuildRequires: linux-kernel-headers
|
BuildRequires: linux-kernel-headers
|
||||||
%else
|
%else
|
||||||
BuildRequires: linux-glibc-devel
|
BuildRequires: linux-glibc-devel
|
||||||
%endif
|
%endif
|
||||||
Summary: Minimalistic Netlink communication library
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
@ -42,24 +43,34 @@ constructing of both the Netlink header and TLVs that are repetitive
|
|||||||
and easy to get wrong. This library aims to provide simple helpers
|
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.
|
||||||
|
|
||||||
%define debug_package_requires %name%soname = %version-%release
|
Author(s):
|
||||||
|
----------
|
||||||
|
Pablo Neira Ayuso
|
||||||
|
Netfilter Team <netfilter-devel@vger.kernel.org>
|
||||||
|
|
||||||
%package -n %name%soname
|
%define debug_package_requires %lname = %version-%release
|
||||||
|
|
||||||
|
%package -n %lname
|
||||||
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Minimalistic Netlink communication library
|
Summary: Minimalistic Netlink communication library
|
||||||
|
|
||||||
%description -n %name%soname
|
%description -n %lname
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
developers. There are a lot of common tasks in parsing, validating,
|
developers. There are a lot of common tasks in parsing, validating,
|
||||||
constructing of both the Netlink header and TLVs that are repetitive
|
constructing of both the Netlink header and TLVs that are repetitive
|
||||||
and easy to get wrong. This library aims to provide simple helpers
|
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.
|
||||||
|
|
||||||
|
Author(s):
|
||||||
|
----------
|
||||||
|
Pablo Neira Ayuso
|
||||||
|
Netfilter Team <netfilter-devel@vger.kernel.org>
|
||||||
|
|
||||||
%package -n %name-devel
|
%package -n %name-devel
|
||||||
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %name%soname = %version
|
Requires: %lname = %version
|
||||||
Summary: Development files for libmnl
|
Summary: Development files for libmnl
|
||||||
|
|
||||||
%description -n %name-devel
|
%description -n %name-devel
|
||||||
@ -69,8 +80,13 @@ constructing of both the Netlink header and TLVs that are repetitive
|
|||||||
and easy to get wrong. This library aims to provide simple helpers
|
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.
|
||||||
|
|
||||||
|
Author(s):
|
||||||
|
----------
|
||||||
|
Pablo Neira Ayuso
|
||||||
|
Netfilter Team <netfilter-devel@vger.kernel.org>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
@ -83,11 +99,11 @@ make %{?_smp_mflags}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
find "%buildroot" -name "*.la" -delete;
|
find "%buildroot" -name "*.la" -delete;
|
||||||
|
|
||||||
%post -n %name%soname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %name%soname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %name%soname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_libdir/*.so.*
|
%_libdir/*.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user