Avoid boto3 dependency on RHEL.
This commit is contained in:
parent
5e124fe3d9
commit
ab88444bcb
@ -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 <rjones@redhat.com> - 1.23.10-2
|
||||
- Avoid boto3 dependency on RHEL.
|
||||
|
||||
* Tue Dec 08 2020 Richard W.M. Jones <rjones@redhat.com> - 1.23.10-1
|
||||
- New upstream development version 1.23.10.
|
||||
- New nbdkit-sparse-random-plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user