From ec7aa621d3ca155abdfb24c6135db8e3d1bbbc97 Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Wed, 30 Oct 2024 09:21:59 +0100 Subject: [PATCH] spec: drop BuildReq python3-pyroute2 for RHEL/CentOS --- resource-agents.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-agents.spec.in b/resource-agents.spec.in index 76c47e71c..f461217cc 100644 --- a/resource-agents.spec.in +++ b/resource-agents.spec.in @@ -66,7 +66,7 @@ BuildRequires: python-devel %endif %ifarch x86_64 -%if 0%{?fedora} || 0%{?centos} > 7 || 0%{?rhel} > 7 +%if 0%{?fedora} BuildRequires: python3-pyroute2 %endif %endif