add BuildRequires make to fix build problem
This commit is contained in:
parent
2d7a3d7f6c
commit
b4a167a560
@ -1,14 +1,14 @@
|
|||||||
Name: iptstate
|
Name: iptstate
|
||||||
Summary: A top-like display of IP Tables state table entries
|
Summary: A top-like display of IP Tables state table entries
|
||||||
Version: 2.2.7
|
Version: 2.2.7
|
||||||
Release: 2
|
Release: 3
|
||||||
License: Zlib
|
License: Zlib
|
||||||
URL: http://www.phildev.net/iptstate/
|
URL: http://www.phildev.net/iptstate/
|
||||||
Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
Source: https://github.com/jaymzh/iptstate/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Patch0: iptstate-2.1-man8.patch
|
Patch0: iptstate-2.1-man8.patch
|
||||||
|
|
||||||
Requires: iptables
|
Requires: iptables
|
||||||
BuildRequires: gcc-c++ ncurses-devel libnetfilter_conntrack-devel
|
BuildRequires: make gcc-c++ ncurses-devel libnetfilter_conntrack-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is written to display the top-like in IP Tables
|
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
|
%doc README.md Changelog
|
||||||
|
|
||||||
%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
|
* Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 2.2.7-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user