From 7d1af348fb707249ef690a556cb74ff5232ddd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 16 Apr 2021 13:26:58 +0200 Subject: [PATCH] Build-requiring perl-interpreter is enough --- annobin.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/annobin.spec b/annobin.spec index fcbdd66..f504f18 100644 --- a/annobin.spec +++ b/annobin.spec @@ -133,7 +133,7 @@ Requires: annobin-plugin-clang BuildRequires: gcc gcc-plugin-devel gcc-c++ # The documentation uses pod2man... -BuildRequires: perl perl-podlators +BuildRequires: perl-interpreter perl-podlators %if %{with clangplugin} BuildRequires: clang clang-devel llvm llvm-devel compiler-rt gawk %endif @@ -412,6 +412,7 @@ fi * Fri Apr 16 2021 Petr Pisar - 9.66-3 - Correct a package rename (bug #1949570) - Require docs subpackage by the other ones because of a license +- Build-requiring perl-interpreter is enough * Thu Apr 15 2021 Martin Cermak - 9.66-2 - Fix bz1949570