From fefe8e8b3e6066ddcaf2af6f3bfbb0dc601abe04 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Oct 08 2023 05:25:49 +0000 Subject: Adjust the openstack bcond to include RHEL 9+ The necessary runtime dependencies are included in EPEL 9 now. --- diff --git a/buildbot.spec b/buildbot.spec index 9ed9899..b29cc4f 100644 --- a/buildbot.spec +++ b/buildbot.spec @@ -12,7 +12,7 @@ %bcond_without container %bcond_without libvirt -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} < 9 # Required client packages don't exist in RHEL or EPEL %bcond_with openstack %else