add make as BuildRequires for rpmbuild

Signed-off-by: eaglegai <eaglegai@163.com>
This commit is contained in:
eaglegai 2022-10-22 01:44:37 +00:00 committed by Gitee
parent c3f1fec93f
commit e3491ebb18
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