!5 【轻量级 PR】:add make as BuildRequires for rpmbuild

From: @eaglegai 
Reviewed-by: @yanan-rock 
Signed-off-by: @yanan-rock
This commit is contained in:
openeuler-ci-bot 2022-10-24 06:35:02 +00:00 committed by Gitee
commit 1be4fdb52a
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