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

From: @eaglegai 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-10-22 03:29:00 +00:00 committed by Gitee
commit d6b4336c48
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libnetfilter_queue
Version: 1.0.5
Release: 1
Release: 2
Summary: A userspace library to the queued packets
License: GPLv2
URL: http://netfilter.org
@ -8,6 +8,7 @@ URL: http://netfilter.org
Source0: https://netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-%{version}.tar.bz2
BuildRequires: autoconf automake libtool pkgconfig kernel-headers
BuildRequires: libnfnetlink-devel >= 1.0.1 libmnl-devel >= 1.0.3
BuildRequires: make
%description
libnetfilter_queue is a userspace library providing an API to packets that
@ -60,6 +61,12 @@ make check
%exclude %{_libdir}/libnetfilter_queue.la
%changelog
* Sat Oct 22 2022 gaihuiying <eaglegai@163.com> - 1.0.5-2
- Type:bugfix
- Id:NA
- SUG:NA
- DESC: add make as BuildRequires for rpmbuild
* Fri Jul 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.0.5-1
- Type:NA
- Id:NA