Remove "trivial" from descriptions of basic plugins/filters.
This commit is contained in:
parent
77b3ff4625
commit
93bb879067
12
nbdkit.spec
12
nbdkit.spec
@ -134,7 +134,7 @@ The key features are:
|
|||||||
* Filters can be stacked in front of plugins to transform the output.
|
* 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
|
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'.
|
If you want just the server, install '%{name}-server'.
|
||||||
|
|
||||||
@ -174,8 +174,9 @@ Provides: %{name}-zero-plugin = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%description basic-plugins
|
%description basic-plugins
|
||||||
This package contains some basic plugins for %{name} which have only
|
This package contains plugins for %{name} which only depend on
|
||||||
trivial dependencies.
|
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.
|
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
|
%description basic-filters
|
||||||
This package contains some basic filters for %{name} which have only
|
This package contains filters for %{name} which only depend on
|
||||||
trivial dependencies.
|
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.
|
nbdkit-blocksize-filter Adjust block size of requests sent to plugins.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user