From 559f31a60397b197e1670106960775a4fedc1cfd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 6 Aug 2018 20:48:06 +0100 Subject: [PATCH] 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. (cherry picked from commit eb867f6953f28eb95f66c8031b65b3c7dd56d767) --- nbdkit.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nbdkit.spec b/nbdkit.spec index 7cc6896..b6f4a01 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -344,6 +344,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