- Update to new upstream release 1.0.5

* Resolve improper symbol versioning in the shared library

OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnftnl?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2015-09-17 13:44:29 +00:00 committed by Git OBS Bridge
parent b01898b41e
commit 9b462c4351
7 changed files with 16 additions and 10 deletions

View File

@ -1,4 +1,4 @@
libnftnl0
libnftnl4
libnftnl-devel
requires -libnftnl-<targettype>
requires "libnftnl0-<targettype> = <version>"
requires "libnftnl4-<targettype> = <version>"

View File

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

Binary file not shown.

3
libnftnl-1.0.5.tar.bz2 Normal file
View File

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

BIN
libnftnl-1.0.5.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 17 13:42:05 UTC 2015 - jengelh@inai.de
- Update to new upstream release 1.0.5
* Resolve improper symbol versioning in the shared library
-------------------------------------------------------------------
Wed Sep 16 11:56:20 UTC 2015 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: libnftnl
%define lname libnftnl0
Version: 1.0.4
%define lname libnftnl4
Version: 1.0.5
Release: 0
Summary: Userspace library to access the nftables Netlink interface
License: GPL-2.0+
@ -74,15 +74,15 @@ applications that want to make use of libnftnl.
make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot";
rm -f "%buildroot/%_libdir"/*.la;
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%_libdir/libnftnl.so.0*
%_libdir/libnftnl.so.4*
%files devel
%defattr(-,root,root)