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.3.tar.bz2 b/libnftnl-1.0.3.tar.bz2 deleted file mode 100644 index df2523d..0000000 --- a/libnftnl-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0ae7eab6a6866192a1fbd6b370a8a2cbe2066fe3975ab44939fd50747c27f7 -size 356264 diff --git a/libnftnl-1.0.3.tar.bz2.sig b/libnftnl-1.0.3.tar.bz2.sig deleted file mode 100644 index d0c46a6..0000000 Binary files a/libnftnl-1.0.3.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 077be9a..b21a75b 100644 --- a/libnftnl.changes +++ b/libnftnl.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- Update to new upstream release 1.0.4 +* src: add batch abstraction +* table: add netdev family support +* chain: add netdev family support +* set: add support for set timeouts +* set_elem: add timeout support +* data: increase maximum possible data size +* set_elem: support expressions attached to set elements +* dynset: support expression templates + ------------------------------------------------------------------- Mon Dec 15 23:49:03 UTC 2014 - jengelh@inai.de diff --git a/libnftnl.spec b/libnftnl.spec index 0f98181..f5d275f 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -1,7 +1,7 @@ # # spec file for package libnftnl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: libnftnl -%define lname libnftnl0 -Version: 1.0.3 +%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)