Make nbdkit-plugin-tar require nbdkit-plugin-perl.

The tar plugin is written in Perl and so won't work unless the Perl
plugin is also installed.

This dependency should be generated automatically, but for now we add
it manually.
This commit is contained in:
Richard W.M. Jones 2018-08-06 20:48:06 +01:00
parent f9d7a8cd31
commit eb867f6953

View File

@ -363,6 +363,8 @@ Summary: Tar archive plugin for %{name}
License: BSD
Requires: %{name}%{?_isa} = %{version}-%{release}
# XXX This dependency should be autogenerated.
Requires: %{name}-plugin-perl
%description plugin-tar