!7 delete temporary binary compatibility

Merge pull request !7 from chengquan/master
This commit is contained in:
openeuler-ci-bot 2020-07-01 10:54:01 +08:00 committed by Gitee
commit d97dfba010

View File

@ -1,6 +1,6 @@
Name: libnftnl Name: libnftnl
Version: 1.1.5 Version: 1.1.5
Release: 2 Release: 3
Summary: Library for low-level interaction with nftables Netlink's API over libmnl Summary: Library for low-level interaction with nftables Netlink's API over libmnl
License: GPLv2+ License: GPLv2+
URL: http://netfilter.org/projects/libnftnl/ URL: http://netfilter.org/projects/libnftnl/
@ -40,9 +40,6 @@ developing applications that use %{name}.
%make_install %make_install
%delete_la %delete_la
# Include previous ABI version for temporary binary compatibility
cp -a %{_libdir}/libnftnl.so.7* %{buildroot}%{_libdir}
%check %check
make %{?_smp_mflags} check make %{?_smp_mflags} check
@ -56,6 +53,9 @@ make %{?_smp_mflags} check
%{_includedir}/libnftnl %{_includedir}/libnftnl
%changelog %changelog
* Wed Jul 1 2020 chengquan<chengquan3@huawei.com> - 1.1.5-3
- delete temporary binary compatibility
* Tue Apr 28 2020 Yufa Fang<fangyufa1@huawei.com> - 1.1.5-2 * Tue Apr 28 2020 Yufa Fang<fangyufa1@huawei.com> - 1.1.5-2
- include previous ABI version for temporary binary compatibility - include previous ABI version for temporary binary compatibility