From d48b042164c0e8df622286607a604859acafb69b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 5 May 2020 14:34:42 -0400 Subject: [PATCH] Minor conditional tweaks for ELN Signed-off-by: Stephen Gallagher --- avahi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avahi.spec b/avahi.spec index 214a557..efa2112 100644 --- a/avahi.spec +++ b/avahi.spec @@ -11,7 +11,7 @@ %endif # https://bugzilla.redhat.com/show_bug.cgi?id=1751484 -%if 0%{?fedora} > 30 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 %global WITH_PYTHON 0 %endif