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