add BuildRequires make to fix build problem

This commit is contained in:
yangl777 2024-08-01 09:14:00 +00:00
parent 2d7a3d7f6c
commit b4a167a560

View File

@ -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 <yanglu72@h-partners.com> - 2.2.7-3
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:add BuildRequires make to fix build problem
* Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 2.2.7-2
- License compliance rectification