From da216b69d1ed60476ce7862ea2fd5fe39de0d69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Tue, 15 Nov 2022 20:54:27 +0100 Subject: [PATCH] Narrow down BuildRequires for the minimum needed Perl modules --- libxcrypt.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libxcrypt.spec b/libxcrypt.spec index 7cac5ee..c8f1ac1 100644 --- a/libxcrypt.spec +++ b/libxcrypt.spec @@ -158,7 +158,7 @@ fi \ Name: libxcrypt Version: 4.4.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others # For explicit license breakdown, see the @@ -180,7 +180,10 @@ BuildRequires: fipscheck BuildRequires: gcc BuildRequires: glibc-devel >= %{glibc_minver} BuildRequires: make -BuildRequires: perl-core +BuildRequires: perl-interpreter +BuildRequires: perl(FindBin) +BuildRequires: perl(lib) +BuildRequires: perl(open) %if %{without bootstrap} # Possibly not available during bootstrap. @@ -554,6 +557,9 @@ done %changelog +* Tue Nov 15 2022 Björn Esser - 4.4.31-2 +- Narrow down BuildRequires for the minimum needed Perl modules + * Sun Nov 13 2022 Björn Esser - 4.4.31-1 - New upstream release