!19 在iptables主包中添加help包的依赖

From: @quanhongfei
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2020-11-09 20:09:39 +08:00 committed by Gitee
commit ff2843266e

View File

@ -2,7 +2,7 @@
%global legacy_actions %{_libexecdir}/initscripts/legacy-actions
Name: iptables
Version: 1.8.5
Release: 1
Release: 2
Summary: IP packet filter administration utilities
License: GPLv2 and Artistic Licence 2.0 and ISC
URL: https://www.netfilter.org/
@ -17,7 +17,7 @@ BuildRequires: bison flex gcc kernel-headers libpcap-devel libselinux-devel s
BuildRequires: libmnl-devel libnetfilter_conntrack-devel libnfnetlink-devel libnftnl-devel
BuildRequires: autogen autoconf automake libtool iptables
Requires: %{name}-libs = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release} %{name}-help
Requires(post): %{_sbindir}/update-alternatives
Requires(postun): %{_sbindir}/update-alternatives
@ -315,6 +315,12 @@ fi
%{_mandir}/man8/xtables-legacy*
%changelog
* Mon Nov 09 quanhongfei <quanhongfei@huawei.com> - 1.8.5-2
- Type: requirement
- ID: NA
- SUG: NA
- DESC: add iptables-help dependency for iptables
* Wed Aug 26 yuboyun <yuboyun@huawei.com> - 1.8.5-1
- Type: bugfix
- ID: NA