diff --git a/nbdkit.spec b/nbdkit.spec index cb9e7ae..6209e2e 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -5,8 +5,8 @@ %endif Name: nbdkit -Version: 1.1.8 -Release: 4%{?dist} +Version: 1.1.9 +Release: 1%{?dist} Summary: NBD server License: BSD @@ -140,6 +140,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This package lets you write Python plugins for %{name}. +%package plugin-streaming +Summary: Streaming file serving plugin for %{name} +License: BSD + +Requires: %{name}%{?_isa} = %{version}-%{release} + + +%description plugin-streaming +This package is a streaming plugin for %{name}. + + %package plugin-xz Summary: XZ file serving plugin for %{name} License: BSD @@ -256,6 +267,12 @@ make check %{_mandir}/man3/nbdkit-python-plugin.3* +%files plugin-streaming +%doc LICENSE README +%{_libdir}/%{name}/plugins/nbdkit-streaming-plugin.so +%{_mandir}/man1/nbdkit-streaming-plugin.1* + + %files plugin-xz %doc LICENSE README %{_libdir}/%{name}/plugins/nbdkit-xz-plugin.so @@ -273,6 +290,10 @@ make check %changelog +* Tue Oct 14 2014 Richard W.M. Jones - 1.1.9-1 +- New upstream version 1.1.9. +- Add the streaming plugin. + * Wed Sep 10 2014 Richard W.M. Jones - 1.1.8-4 - Rebuild for updated Perl in Rawhide. - Workaround for broken libvirt (RHBZ#1138604). diff --git a/sources b/sources index 28c83a1..77337c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b301dd4eecbb2d076d01963b60975aa nbdkit-1.1.8.tar.gz +518a6b4554275424505bfebe0820d11b nbdkit-1.1.9.tar.gz