From bbb3c9d33ccb2492328123e4778653ef0e048b2d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 5 May 2020 15:39:41 -0400 Subject: [PATCH] Minor conditional tweaks for ELN Signed-off-by: Stephen Gallagher --- bolt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt.spec b/bolt.spec index d068918..6bb8724 100644 --- a/bolt.spec +++ b/bolt.spec @@ -20,7 +20,7 @@ BuildRequires: systemd %{?systemd_requires} # for the integration test (optional) -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 8 BuildRequires: pygobject3-devel BuildRequires: python3-dbus BuildRequires: python3-dbusmock