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

From: @XWwalker 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-11-02 02:21:02 +00:00 committed by Gitee
commit 56eeba9a23
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,12 @@
Name: libnfnetlink
Version: 1.0.1
Release: 15
Release: 16
Summary: Netlink library for netfilter
License: GPLv2+
URL: http://netfilter.org
Source0: http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
BuildRequires: kernel-headers automake autoconf libtool pkgconfig
BuildRequires: make
%description
libnfnetlink is the low-level library for netfilter related kernel/userspace communication.
@ -53,5 +54,8 @@ The %{name}-devel package contains libraries and header files for %{name}.
%doc README
%changelog
* Tue Nov 01 2022 xingwei <xingwei14@h-partners.com> - 1.0.1-16
- add make as BuildRequires for rpmbuild
* Mon Aug 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.0.1-15
- Package init