New upstream version 1.19.3.
New plugin and subpackage: tmpdisk.
This commit is contained in:
parent
a1a08282bf
commit
a9549f6654
28
nbdkit.spec
28
nbdkit.spec
@ -37,7 +37,7 @@ ExclusiveArch: x86_64
|
|||||||
%global source_directory 1.19-development
|
%global source_directory 1.19-development
|
||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.19.2
|
Version: 1.19.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
@ -413,6 +413,21 @@ Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
|||||||
This package lets you write Tcl plugins for %{name}.
|
This package lets you write Tcl plugins for %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%package tmpdisk-plugin
|
||||||
|
Summary: Remote temporary filesystem disk plugin for %{name}
|
||||||
|
License: BSD
|
||||||
|
|
||||||
|
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
||||||
|
# For mkfs and mke2fs (defaults).
|
||||||
|
Requires: util-linux, e2fsprogs
|
||||||
|
# For other filesystems.
|
||||||
|
Suggests: xfsprogs, ntfsprogs, dosfstools
|
||||||
|
|
||||||
|
|
||||||
|
%description tmpdisk-plugin
|
||||||
|
This package is a remote temporary filesystem disk plugin for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%package vddk-plugin
|
%package vddk-plugin
|
||||||
Summary: VMware VDDK plugin for %{name}
|
Summary: VMware VDDK plugin for %{name}
|
||||||
@ -833,6 +848,13 @@ make %{?_smp_mflags} check || {
|
|||||||
%{_mandir}/man3/nbdkit-tcl-plugin.3*
|
%{_mandir}/man3/nbdkit-tcl-plugin.3*
|
||||||
|
|
||||||
|
|
||||||
|
%files tmpdisk-plugin
|
||||||
|
%doc README
|
||||||
|
%license LICENSE
|
||||||
|
%{_libdir}/%{name}/plugins/nbdkit-tmpdisk-plugin.so
|
||||||
|
%{_mandir}/man1/nbdkit-tmpdisk-plugin.1*
|
||||||
|
|
||||||
|
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%files vddk-plugin
|
%files vddk-plugin
|
||||||
%doc README
|
%doc README
|
||||||
@ -942,6 +964,10 @@ make %{?_smp_mflags} check || {
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 17 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.3-1
|
||||||
|
- New upstream version 1.19.3.
|
||||||
|
- New plugin and subpackage: tmpdisk.
|
||||||
|
|
||||||
* Sat Mar 07 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.2-1
|
* Sat Mar 07 2020 Richard W.M. Jones <rjones@redhat.com> - 1.19.2-1
|
||||||
- New upstream version 1.19.2.
|
- New upstream version 1.19.2.
|
||||||
- New filters: exitlast, limit.
|
- New filters: exitlast, limit.
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (nbdkit-1.19.2.tar.gz) = 7cb9fe4761f870315f5a7f29c791e1e82ea0b36458ddc341e2301d3961f8393970f0a3352cf522ad6b4623c1819e2cfe332f37a56de0697d00ee564e87a2d6f5
|
SHA512 (nbdkit-1.19.3.tar.gz) = 6996123efb0ae92cc9310db94b3a6381989ed114245f53be360e8f9e049af4f224194263a219095240a175013019bfed37dce2999e1cc232e08decc344bfbab4
|
||||||
SHA512 (nbdkit-1.19.2.tar.gz.sig) = 13752439349cc96e8b218dfc0b1a01dc49b3d30fd8026f853fc30f8647a5afee780d134c6ce4fcde5c90de0d156dcd0957a6e321a2bfc424884cf5f3123868d9
|
SHA512 (nbdkit-1.19.3.tar.gz.sig) = 0760594b6ebc5cb9631af968ac16863df8b3017daab2a8e68b63cbb3772173be6df583983094de5cfcad54888c110be057faa7946fb98e48877cbcf293362fde
|
||||||
|
Loading…
Reference in New Issue
Block a user