summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-03 11:12:53 +0200
committerThomas Haller <thaller@redhat.com>2018-08-03 11:30:32 +0200
commite23e671bf3edeacd70a05c20e3de2d3721f89908 (patch)
tree03b36e4a2c4a3bc98c67a3bd5b5b7b1547918d18 /contrib
parente714594cbd114c7dd2ce0284f2d2acaf2e62d07c (diff)
contrib/rpm: enable connectivity_redhat only from rhel-8 onwards
There is no consensus, that this should be enabled on rhel-7 (yet).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index eda5dcbdf..d23545e9a 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