From f46c7f4f3d7b21cb11a23b7952a28e2d1340f576 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 1 Sep 2020 11:42:52 +0100 Subject: [PATCH] Fix accidentally reversed %{?rhel} test. --- nbdkit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbdkit.spec b/nbdkit.spec index dbf33c0..a31ced0 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -94,9 +94,9 @@ BuildRequires: bash-completion BuildRequires: perl-devel BuildRequires: perl(ExtUtils::Embed) %if !0%{?rhel} -BuildRequires: platform-python-devel -%else BuildRequires: python3-devel +%else +BuildRequires: platform-python-devel %endif %if !0%{?rhel} %if 0%{?have_ocaml}