From 59c524a430238de092a9d91e03b0b7f3c84423f2 Mon Sep 17 00:00:00 2001 From: haochenstar Date: Mon, 9 Nov 2020 16:23:23 +0800 Subject: [PATCH] add nftables-help dependency for nftables --- nftables.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nftables.spec b/nftables.spec index 82deb9e..b82a557 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,6 +1,6 @@ Name: nftables Version: 0.9.6 -Release: 1 +Release: 2 Epoch: 1 Summary: A subsystem of the Linux kernel processing network data License: GPLv2 @@ -11,6 +11,7 @@ Source2: nftables.conf BuildRequires: gcc flex bison libmnl-devel gmp-devel readline-devel libnftnl-devel docbook2X systemd BuildRequires: iptables-devel jansson-devel python3-devel +Requires: %{name}-help %description nftables is a subsystem of the Linux kernel providing filtering and classification of\ @@ -94,6 +95,12 @@ install -d $RPM_BUILD_ROOT/%{_sysconfdir}/nftables %{python3_sitelib}/nftables/ %changelog +* Mon Nov 09 2020 xihaochen - 0.9.6-2 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:add nftables-help dependency for nftables + * Tue Aug 25 2020 gaihuiying - 0.9.6-1 - Type:requirement - ID:NA