New upstream development version 1.23.9.
Add nbdkit-S3-plugin.
This commit is contained in:
parent
4a5d3d7d5a
commit
e9930a74e3
28
nbdkit.spec
28
nbdkit.spec
@ -45,7 +45,7 @@ ExclusiveArch: x86_64
|
||||
%global source_directory 1.23-development
|
||||
|
||||
Name: nbdkit
|
||||
Version: 1.23.8
|
||||
Version: 1.23.9
|
||||
Release: 1%{?dist}
|
||||
Summary: NBD server
|
||||
|
||||
@ -98,6 +98,7 @@ BuildRequires: platform-python-devel
|
||||
%else
|
||||
BuildRequires: python3-devel
|
||||
%endif
|
||||
BuildRequires: python3-boto3
|
||||
%if !0%{?rhel}
|
||||
%if 0%{?have_ocaml}
|
||||
# Requires OCaml 4.02.2 which contains fix for
|
||||
@ -471,6 +472,20 @@ This package lets you write Ruby plugins for %{name}.
|
||||
%endif
|
||||
|
||||
|
||||
%package S3-plugin
|
||||
Summary: Amazon S3 and Ceph plugin for %{name}
|
||||
License: BSD
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: %{name}-python-plugin >= 1.22
|
||||
Requires: python3-boto3
|
||||
|
||||
|
||||
%description S3-plugin
|
||||
This package lets you open disk images stored in Amazon S3
|
||||
or Ceph using %{name}.
|
||||
|
||||
|
||||
%package ssh-plugin
|
||||
Summary: SSH plugin for %{name}
|
||||
License: BSD
|
||||
@ -1035,6 +1050,13 @@ export LIBGUESTFS_TRACE=1
|
||||
%endif
|
||||
|
||||
|
||||
%files S3-plugin
|
||||
%doc README
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}/plugins/nbdkit-S3-plugin
|
||||
%{_mandir}/man1/nbdkit-S3-plugin.1*
|
||||
|
||||
|
||||
%files ssh-plugin
|
||||
%doc README
|
||||
%license LICENSE
|
||||
@ -1212,6 +1234,10 @@ export LIBGUESTFS_TRACE=1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 19 2020 Richard W.M. Jones <rjones@redhat.com> - 1.23.9-1
|
||||
- New upstream development version 1.23.9.
|
||||
- Add nbdkit-S3-plugin.
|
||||
|
||||
* Mon Nov 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1.23.8-1
|
||||
- New upstream development version 1.23.8.
|
||||
- Add nbdkit-exitwhen-filter.
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (nbdkit-1.23.8.tar.gz) = e4d8a664b52da1155f4ba5c101fa530902fac26a5f8a748d8638243ba8ee1e4e3f709eec50735d22b1640b1a9f9976fc4e9c6b728748d3f27b5a39fe7a52b73d
|
||||
SHA512 (nbdkit-1.23.8.tar.gz.sig) = f2358a0ab4646311deab1079a7f3d8f29f927da1205ece30153f9103e9709e875c97cbeb03a53bb0ce67ee80a69a4be962b0759a3690e3f889b326586913ed4e
|
||||
SHA512 (nbdkit-1.23.9.tar.gz) = 7058f975fed858a3ae93a6b527aac14e6dba34420857d44a89a7f1f295021ca58bd1cb1ba89787be839a2de26130fa0e56b6e723b2a71e2bb26e2c6adbf11e21
|
||||
SHA512 (nbdkit-1.23.9.tar.gz.sig) = e4cc674966795f9453cc724e661aa3ce64d8adf0263b905bb5bce06b03459cd74ad12c3d33d4b2b9568a5e16e17024cd80e5736cc4c325ac3aa5d10930abc355
|
||||
|
Loading…
Reference in New Issue
Block a user