add make as BuildRequires for rpmbuild

Signed-off-by: XWwalker <2112860871@qq.com>
This commit is contained in:
XWwalker 2022-11-01 07:19:00 +00:00 committed by Gitee
parent babf8411b4
commit 974dc80abb
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