From c8f23842101b5d6b05bfb025ba7c96d11afaaf39 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 3 Aug 2018 11:12:53 +0200 Subject: [PATCH] contrib/rpm: enable connectivity_redhat only from rhel-8 onwards There is no consensus, that this should be enabled on rhel-7 (yet). --- contrib/fedora/rpm/NetworkManager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index eda5dcbdf7..d23545e9a6 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -74,7 +74,7 @@ %else %bcond_with connectivity_fedora %endif -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} > 7 %bcond_without connectivity_redhat %else %bcond_with connectivity_redhat