1c8d6d0d32
- Rebase to version 1.8.5 plus upstream-indicated fixes - Fix for duplicate files in RPM due to imprecise globbing - Drop bootstrap code again Resolves: rhbz#2211063
30 lines
860 B
Diff
30 lines
860 B
Diff
From c5095be75ca5c3d2b1cbeaa9f466bc455eaeb4ee Mon Sep 17 00:00:00 2001
|
|
From: Phil Sutter <psutter@redhat.com>
|
|
Date: Wed, 10 May 2023 17:02:39 +0200
|
|
Subject: [PATCH] Revert "build: bump dependency on libnftnl"
|
|
|
|
This reverts commit 50564b7adda0853c52b68bfd48115c577436bf1c.
|
|
|
|
RHEL has backported the relevant commits into libnftnl-1.1.5-3.el8, no
|
|
need to enforce libnftnl-1.1.6.
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 31a8bb261c437..bf28ee1dd7460 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -131,7 +131,7 @@ if test "x$enable_nftables" = "xyes"; then
|
|
exit 1
|
|
fi
|
|
|
|
- PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.6], [nftables=1], [nftables=0])
|
|
+ PKG_CHECK_MODULES([libnftnl], [libnftnl >= 1.1.5], [nftables=1], [nftables=0])
|
|
|
|
if test "$nftables" = 0;
|
|
then
|
|
--
|
|
2.40.0
|
|
|