diff --git a/baselibs.conf b/baselibs.conf index 2ef6143..6e38a4f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libnftnl0 +libnftnl4 libnftnl-devel requires -libnftnl- - requires "libnftnl0- = " + requires "libnftnl4- = " diff --git a/libnftnl-1.0.4.tar.bz2 b/libnftnl-1.0.4.tar.bz2 deleted file mode 100644 index e518323..0000000 --- a/libnftnl-1.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f1fbf9bcf87bf68e782f464fb05428d476c2e9a0bec91c6cda7a389a21969d0 -size 367016 diff --git a/libnftnl-1.0.4.tar.bz2.sig b/libnftnl-1.0.4.tar.bz2.sig deleted file mode 100644 index edd5f98..0000000 Binary files a/libnftnl-1.0.4.tar.bz2.sig and /dev/null differ diff --git a/libnftnl-1.0.5.tar.bz2 b/libnftnl-1.0.5.tar.bz2 new file mode 100644 index 0000000..9ef0847 --- /dev/null +++ b/libnftnl-1.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d4f5a702e38bc7987f2363f9fcd65930e8b702595c221a497e2f3a359be497 +size 367016 diff --git a/libnftnl-1.0.5.tar.bz2.sig b/libnftnl-1.0.5.tar.bz2.sig new file mode 100644 index 0000000..20d38dc Binary files /dev/null and b/libnftnl-1.0.5.tar.bz2.sig differ diff --git a/libnftnl.changes b/libnftnl.changes index b0d949b..b21a75b 100644 --- a/libnftnl.changes +++ b/libnftnl.changes @@ -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 diff --git a/libnftnl.spec b/libnftnl.spec index 82365c5..f5d275f 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -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)