From b4a167a5606af9f185390908ead8f96bf440f38f Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 1 Aug 2024 09:14:00 +0000 Subject: [PATCH] add BuildRequires make to fix build problem --- iptstate.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/iptstate.spec b/iptstate.spec index 7fc20c6..e051129 100644 --- a/iptstate.spec +++ b/iptstate.spec @@ -1,14 +1,14 @@ Name: iptstate Summary: A top-like display of IP Tables state table entries Version: 2.2.7 -Release: 2 +Release: 3 License: Zlib URL: http://www.phildev.net/iptstate/ Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Patch0: iptstate-2.1-man8.patch Requires: iptables -BuildRequires: gcc-c++ ncurses-devel libnetfilter_conntrack-devel +BuildRequires: make gcc-c++ ncurses-devel libnetfilter_conntrack-devel %description This package is written to display the top-like in IP Tables @@ -33,6 +33,12 @@ make install PREFIX=%{buildroot}%{_prefix} INSTALL="install -p" %doc README.md Changelog %changelog +* Thu Aug 01 2024 yanglu - 2.2.7-3 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add BuildRequires make to fix build problem + * Wed Aug 03 2022 liukuo - 2.2.7-2 - License compliance rectification