From ab88444bcb8b0929eaf791000624c4181e9e7e1b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 10 Dec 2020 21:06:03 +0000 Subject: [PATCH] Avoid boto3 dependency on RHEL. --- nbdkit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 958b6d0..8569d36 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -46,7 +46,7 @@ ExclusiveArch: x86_64 Name: nbdkit Version: 1.23.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NBD server License: BSD @@ -101,7 +101,9 @@ BuildRequires: platform-python-devel %else BuildRequires: python3-devel %endif +%if !0%{?rhel} BuildRequires: python3-boto3 +%endif %if !0%{?rhel} %if 0%{?have_ocaml} # Requires OCaml 4.02.2 which contains fix for @@ -1258,6 +1260,9 @@ export LIBGUESTFS_TRACE=1 %changelog +* Thu Dec 10 2020 Richard W.M. Jones - 1.23.10-2 +- Avoid boto3 dependency on RHEL. + * Tue Dec 08 2020 Richard W.M. Jones - 1.23.10-1 - New upstream development version 1.23.10. - New nbdkit-sparse-random-plugin.