Avoid boto3 dependency on RHEL.
This commit is contained in:
parent
5e124fe3d9
commit
ab88444bcb
@ -46,7 +46,7 @@ ExclusiveArch: x86_64
|
|||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.23.10
|
Version: 1.23.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -101,7 +101,9 @@ BuildRequires: platform-python-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if !0%{?rhel}
|
||||||
BuildRequires: python3-boto3
|
BuildRequires: python3-boto3
|
||||||
|
%endif
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%if 0%{?have_ocaml}
|
%if 0%{?have_ocaml}
|
||||||
# Requires OCaml 4.02.2 which contains fix for
|
# Requires OCaml 4.02.2 which contains fix for
|
||||||
@ -1258,6 +1260,9 @@ export LIBGUESTFS_TRACE=1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 08 2020 Richard W.M. Jones <rjones@redhat.com> - 1.23.10-1
|
||||||
- New upstream development version 1.23.10.
|
- New upstream development version 1.23.10.
|
||||||
- New nbdkit-sparse-random-plugin.
|
- New nbdkit-sparse-random-plugin.
|
||||||
|
Loading…
Reference in New Issue
Block a user