!10 add BuildRequires make to fix build problem

From: @yangl777 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
This commit is contained in:
openeuler-ci-bot 2024-11-18 08:34:02 +00:00 committed by Gitee
commit 300b2c7afa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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