From 08826b3c543b6f547d57fd2dd2e199e36ea0419e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 24 Jan 2024 10:46:56 +0100 Subject: [PATCH] Use generic requirement for fedora dep perl(LWP::Protocol::https) --- dist/build.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/build.spec b/dist/build.spec index 7f12ef61f..60b0d150c 100644 --- a/dist/build.spec +++ b/dist/build.spec @@ -53,7 +53,7 @@ BuildRequires: perl(Date::Parse) BuildRequires: perl(Test::Harness) BuildRequires: perl(Test::More) %if 0%{?fedora} -Requires: perl(LWP-Protocol-https) +Requires: perl(LWP::Protocol::https) Requires: perl(XML::Parser) Requires: perl-TimeDate BuildRequires: perl-TimeDate