New upstream version 1.1.9.
- Add the streaming plugin.
This commit is contained in:
parent
479fe8e4e0
commit
f8319421f7
25
nbdkit.spec
25
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 <rjones@redhat.com> - 1.1.9-1
|
||||
- New upstream version 1.1.9.
|
||||
- Add the streaming plugin.
|
||||
|
||||
* Wed Sep 10 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-4
|
||||
- Rebuild for updated Perl in Rawhide.
|
||||
- Workaround for broken libvirt (RHBZ#1138604).
|
||||
|
Loading…
Reference in New Issue
Block a user