!20 [sync] PR-18: add make as BuildRequires for rpmbuild

From: @openeuler-sync-bot 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-11-28 07:08:57 +00:00 committed by Gitee
commit 57ac1fc742
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: libnetfilter_conntrack
Version: 1.0.8
Release: 4
Release: 5
Summary: A userspace library providing a API
License: GPLv2+
URL: http://netfilter.org
@ -12,6 +12,7 @@ Patch0: enable-make-check-tests.patch
BuildRequires: pkgconfig kernel-headers
BuildRequires: libmnl-devel >= 1.0.3 libnfnetlink-devel >= 1.0.1
BuildRequires: make
%description
libnetfilter_conntrack is a userspace library providing a programming
@ -58,6 +59,12 @@ make check
%{_libdir}/*.so
%changelog
* Mon Nov 28 2022 xingwei <xingwei14@h-partners.com> - 1.0.8-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add make as BuildRequires for rpmbuild
* Tue Sep 20 2022 gaihuiying <eaglegai@163.com> - 1.0.8-4
- Type:bugfix
- ID:NA