From: Laura Hild Date: Mon, 23 Oct 2023 20:40:47 +0000 (-0400) Subject: Ensure %perl_vendorlib in redhat specfile X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6356aa60458a511f76d9e9c153d40831bd18c030;p=thirdparty%2Fcollectd.git Ensure %perl_vendorlib in redhat specfile --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 34c8780af..e4ee51262 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -780,6 +780,7 @@ Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl-ExtUtils-Embed +BuildRequires: perl-macros %description perl The Perl plugin embeds a Perl interpreter into collectd and exposes the application programming interface (API) to Perl-scripts.