libnl-3.2.16
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=40
This commit is contained in:
parent
ee78b021e3
commit
8b7f98dc25
@ -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
|
Wed Nov 14 01:00:54 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
%define lname libnl3-200
|
%define lname libnl3-200
|
||||||
%define with_tools 1
|
%define with_tools 1
|
||||||
Version: 3.2.14
|
Version: 3.2.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convenience library for working with Netlink sockets
|
Summary: Convenience library for working with Netlink sockets
|
||||||
License: LGPL-2.1 and GPL-2.0
|
License: LGPL-2.1 and GPL-2.0
|
||||||
@ -103,7 +103,8 @@ if [ ! -e configure ]; then
|
|||||||
autoreconf -fi;
|
autoreconf -fi;
|
||||||
fi;
|
fi;
|
||||||
%configure --disable-static
|
%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
|
%install
|
||||||
b="%buildroot";
|
b="%buildroot";
|
||||||
@ -114,7 +115,7 @@ rm -Rf "$b/%_sysconfdir/libnl";
|
|||||||
rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
|
||||||
%endif
|
%endif
|
||||||
%if "%{?fudes:1}"
|
%if "%{?fudes:1}"
|
||||||
%fdupes %buildroot
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user