Jan Engelhardt 2012-11-26 23:05:02 +00:00 committed by Git OBS Bridge
parent ee78b021e3
commit 8b7f98dc25
4 changed files with 16 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c43a42336c6a3cf559f390e202f8f029d165bd767da7cf7a32a815c570b31826
size 712043

View File

@ -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

View File

@ -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