Remove "trivial" from descriptions of basic plugins/filters.

This commit is contained in:
Richard W.M. Jones 2020-05-30 11:47:34 +01:00
parent 77b3ff4625
commit 93bb879067

View File

@ -134,7 +134,7 @@ The key features are:
* Filters can be stacked in front of plugins to transform the output.
In Fedora, '%{name}' is a meta-package which pulls in the core server
and a useful subset of plugins and filters.
and a useful subset of plugins and filters with minimal dependencies.
If you want just the server, install '%{name}-server'.
@ -174,8 +174,9 @@ Provides: %{name}-zero-plugin = %{version}-%{release}
%description basic-plugins
This package contains some basic plugins for %{name} which have only
trivial dependencies.
This package contains plugins for %{name} which only depend on
glibc and gnutls. Other plugins for nbdkit with more complex
dependencies are packaged separately.
nbdkit-data-plugin Serve small amounts of data from the command line.
@ -486,8 +487,9 @@ Provides: %{name}-truncate-filter = %{version}-%{release}
%description basic-filters
This package contains some basic filters for %{name} which have only
trivial dependencies.
This package contains filters for %{name} which only depend on
glibc and gnutls. Other filters for nbdkit with more complex
dependencies are packaged separately.
nbdkit-blocksize-filter Adjust block size of requests sent to plugins.