From e3491ebb18e3d81aa4cb8df8788629c4a512525a Mon Sep 17 00:00:00 2001 From: eaglegai Date: Sat, 22 Oct 2022 01:44:37 +0000 Subject: [PATCH] add make as BuildRequires for rpmbuild Signed-off-by: eaglegai --- libnetfilter_queue.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libnetfilter_queue.spec b/libnetfilter_queue.spec index 3a048d0..93a4bc1 100644 --- a/libnetfilter_queue.spec +++ b/libnetfilter_queue.spec @@ -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 - 1.0.5-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC: add make as BuildRequires for rpmbuild + * Fri Jul 24 2020 openEuler Buildteam - 1.0.5-1 - Type:NA - Id:NA