Accepting request 143026 from security:netfilter
- Update to new upstream release 3.2.16 * Optional hashtable backend for caches * Improved netlink expectations support * Extended AF_BRIDGE support for link and neighbour caches * Better thread safety in module registration operations OBS-URL: https://build.opensuse.org/request/show/143026 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=16
This commit is contained in:
commit
0351682f87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bb043eea08765bada37a053d932f073db9d51e7a8cd419e237c785ba6369e2c
|
||||
size 687883
|
3
libnl-3.2.16.tar.gz
Normal file
3
libnl-3.2.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c43a42336c6a3cf559f390e202f8f029d165bd767da7cf7a32a815c570b31826
|
||||
size 712043
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 25 16:36:33 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 3.2.16
|
||||
* Optional hashtable backend for caches
|
||||
* Improved netlink expectations support
|
||||
* Extended AF_BRIDGE support for link and neighbour caches
|
||||
* Better thread safety in module registration operations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 01:00:54 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: libnl3
|
||||
%define lname libnl3-200
|
||||
%define with_tools 1
|
||||
Version: 3.2.14
|
||||
Version: 3.2.16
|
||||
Release: 0
|
||||
Summary: Convenience library for working with Netlink sockets
|
||||
License: LGPL-2.1 and GPL-2.0
|
||||
@ -103,7 +103,8 @@ if [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags} pkglibdir="%_libdir/%lname";
|
||||
# Remove LEX= workaround in 3.2.17
|
||||
make %{?_smp_mflags} LEX=flex pkglibdir="%_libdir/%lname" V=1;
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
@ -114,7 +115,7 @@ rm -Rf "$b/%_sysconfdir/libnl";
|
||||
rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
||||
%endif
|
||||
%if "%{?fudes:1}"
|
||||
%fdupes %buildroot
|
||||
%fdupes %buildroot/%_prefix
|
||||
%endif
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user