add make as BuildRequires for rpmbuild

Signed-off-by: eaglegai <eaglegai@163.com>
This commit is contained in:
eaglegai 2022-10-22 01:19:03 +00:00 committed by Gitee
parent 15f6b4369e
commit e119959077
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,12 @@
Name: libnetfilter_cthelper
Version: 1.0.0
Release: 15
Release: 16
Summary: Library providing programming interface to the user-space helper infrastructure.
License: GPLv2
URL: http://www.netfilter.org/projects/libnetfilter_cthelper/index.html
Source0: http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2
BuildRequires: gcc libmnl-devel >= 1.0.0, pkgconfig, kernel-headers
BuildRequires: make
%description
libnetfilter_cthelper is the userspace library that provides the programming interface to \
@ -61,6 +62,9 @@ Netfilter. These helpers are implemented in kernel-space.
%changelog
* Sat Oct 22 2022 gaihuiying <eaglegai@163.com> - 1.0.0-16
- add make as BuildRequires for rpmbuild
* Tue Dec 31 2019 Senlin Xia <xiasenlin1@huawei.com> - 1.0.0-15
- Package Init