New upstream version 1.1.8.
- Add support for cURL, and new nbdkit-plugin-curl package.
This commit is contained in:
parent
6056e460b4
commit
c5f47c4aeb
24
nbdkit.spec
24
nbdkit.spec
@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: nbdkit
|
Name: nbdkit
|
||||||
Version: 1.1.7
|
Version: 1.1.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NBD server
|
Summary: NBD server
|
||||||
|
|
||||||
@ -20,6 +20,7 @@ BuildRequires: libguestfs-devel
|
|||||||
BuildRequires: libvirt-devel
|
BuildRequires: libvirt-devel
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl(ExtUtils::Embed)
|
BuildRequires: perl(ExtUtils::Embed)
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -47,6 +48,17 @@ To develop plugins, install the %{name}-devel package and start by
|
|||||||
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
|
reading the nbdkit(1) and nbdkit-plugin(3) manual pages.
|
||||||
|
|
||||||
|
|
||||||
|
%package plugin-curl
|
||||||
|
Summary: HTTP/FTP/SSH (cURL) plugin for %{name}
|
||||||
|
License: BSD
|
||||||
|
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
|
%description plugin-curl
|
||||||
|
This package contains cURL (HTTP/FTP/SSH) support for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%package plugin-examples
|
%package plugin-examples
|
||||||
Summary: Example plugins for %{name}
|
Summary: Example plugins for %{name}
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -191,6 +203,12 @@ make check
|
|||||||
%{_mandir}/man1/nbdkit.1*
|
%{_mandir}/man1/nbdkit.1*
|
||||||
|
|
||||||
|
|
||||||
|
%files plugin-curl
|
||||||
|
%doc LICENSE README
|
||||||
|
%{_libdir}/%{name}/plugins/nbdkit-curl-plugin.so
|
||||||
|
%{_mandir}/man1/nbdkit-curl-plugin.1*
|
||||||
|
|
||||||
|
|
||||||
%files plugin-examples
|
%files plugin-examples
|
||||||
%doc LICENSE README
|
%doc LICENSE README
|
||||||
%{_libdir}/%{name}/plugins/nbdkit-example*-plugin.so
|
%{_libdir}/%{name}/plugins/nbdkit-example*-plugin.so
|
||||||
@ -252,6 +270,10 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.8-1
|
||||||
|
- New upstream version 1.1.8.
|
||||||
|
- Add support for cURL, and new nbdkit-plugin-curl package.
|
||||||
|
|
||||||
* Fri Jun 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-1
|
* Fri Jun 20 2014 Richard W.M. Jones <rjones@redhat.com> - 1.1.7-1
|
||||||
- New upstream version 1.1.7.
|
- New upstream version 1.1.7.
|
||||||
- Remove patches which are now all upstream.
|
- Remove patches which are now all upstream.
|
||||||
|
Loading…
Reference in New Issue
Block a user