From 16cf75c73195ecfb95e6c7dbb44e4a87b8d0810a Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 13 Jan 2023 14:01:58 +0100 Subject: [PATCH] Remove perl(MODULE_COMPAT), it will be replaced by generators --- perl-GSSAPI.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-GSSAPI.spec b/perl-GSSAPI.spec index 95da0f7..a35d6e5 100644 --- a/perl-GSSAPI.spec +++ b/perl-GSSAPI.spec @@ -38,7 +38,6 @@ BuildRequires: which %{?_with_testsuite:BuildRequires: perl(Test::More)} # Optional tests %{?_with_testsuite:BuildRequires: perl(Test::Pod) >= 1.00} -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module gives access to the routines of the GSSAPI library, as