New upstream version 1.1.27.
Add new subpackage nbdkit-basic-filters containing new filters.
This commit is contained in:
parent
5ccd50c350
commit
3ad59d49f7
47
nbdkit.spec
47
nbdkit.spec
@ -10,8 +10,8 @@
|
||||
%endif
|
||||
|
||||
Name: nbdkit
|
||||
Version: 1.1.26
|
||||
Release: 2%{?dist}
|
||||
Version: 1.1.27
|
||||
Release: 1%{?dist}
|
||||
Summary: NBD server
|
||||
|
||||
License: BSD
|
||||
@ -302,6 +302,30 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
This package is a xz file serving plugin for %{name}.
|
||||
|
||||
|
||||
%package basic-filters
|
||||
Summary: Basic filters for %{name}
|
||||
License: BSD
|
||||
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%description basic-filters
|
||||
This package contains some basic filters for %{name} which have only
|
||||
trivial dependencies.
|
||||
|
||||
* nbdkit-delay-filter
|
||||
|
||||
Inject read and write delays
|
||||
|
||||
* nbdkit-offset-filter
|
||||
|
||||
Serve an offset and range
|
||||
|
||||
* nbdkit-partition-filter
|
||||
|
||||
Serve a single partition
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files and documentation for %{name}
|
||||
License: BSD
|
||||
@ -431,6 +455,7 @@ popd
|
||||
%{_sbindir}/nbdkit
|
||||
%dir %{_libdir}/%{name}
|
||||
%dir %{_libdir}/%{name}/plugins
|
||||
%dir %{_libdir}/%{name}/filters
|
||||
%{_mandir}/man1/nbdkit.1*
|
||||
|
||||
|
||||
@ -547,6 +572,17 @@ popd
|
||||
%{_mandir}/man1/nbdkit-xz-plugin.1*
|
||||
|
||||
|
||||
%files basic-filters
|
||||
%doc README
|
||||
%license LICENSE
|
||||
%{_libdir}/%{name}/filters/nbdkit-delay-filter.so
|
||||
%{_libdir}/%{name}/filters/nbdkit-offset-filter.so
|
||||
%{_libdir}/%{name}/filters/nbdkit-partition-filter.so
|
||||
%{_mandir}/man1/nbdkit-delay-filter.1*
|
||||
%{_mandir}/man1/nbdkit-offset-filter.1*
|
||||
%{_mandir}/man1/nbdkit-partition-filter.1*
|
||||
|
||||
|
||||
%files devel
|
||||
%doc OTHER_PLUGINS README TODO
|
||||
%license LICENSE
|
||||
@ -556,12 +592,19 @@ popd
|
||||
%doc plugins/perl/example.pl
|
||||
%doc plugins/python/example.py
|
||||
%doc plugins/ruby/example.rb
|
||||
%{_includedir}/nbdkit-common.h
|
||||
%{_includedir}/nbdkit-filter.h
|
||||
%{_includedir}/nbdkit-plugin.h
|
||||
%{_mandir}/man3/nbdkit-filter.3*
|
||||
%{_mandir}/man3/nbdkit-plugin.3*
|
||||
%{_libdir}/pkgconfig/nbdkit.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 20 2018 Richard W.M. Jones <rjones@redhat.com> - 1.1.27-1
|
||||
- New upstream version 1.1.27.
|
||||
- Add new subpackage nbdkit-basic-filters containing new filters.
|
||||
|
||||
* Thu Jan 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.1.26-2
|
||||
- Rebuild against updated Ruby.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (nbdkit-1.1.26.tar.gz) = 1c16849be2027b8434aee4d8b91b669cda0642b71480d393b8c5a4160e0e646fd8d333a07a8b19ece47c9ac29cd7e6bf2d7ac3d02014826c8ac62469c50d8e8a
|
||||
SHA512 (nbdkit-1.1.27.tar.gz) = 3d5325cbf3e8099bad6a6ae542af266223d82b9f6a86ed486e2aec4ecbc31514cc612ae030f9b667c122fe24e5a73de281cb60af2640112629d830c386e41548
|
||||
|
Loading…
Reference in New Issue
Block a user