add make as BuildRequires for rpmbuild

This commit is contained in:
xingwei 2022-11-28 03:19:04 +00:00
parent 06a7cf4354
commit c64d959b51

View File

@ -1,7 +1,7 @@
#needsrootforbuild
Name: libnetfilter_conntrack
Version: 1.0.9
Release: 2
Release: 3
Summary: A userspace library providing a API
License: GPLv2+
URL: http://netfilter.org
@ -11,6 +11,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
@ -54,6 +55,12 @@ make check
%{_libdir}/*.so
%changelog
* Mon Nov 28 2022 xingwei <xingwei14@h-partners.com> - 1.0.9-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add make as BuildRequires for rpmbuild
* Thu Sep 22 2022 gaihuiying <eaglegai@163.com> - 1.0.9-2
- Type:bugfix
- ID:NA