From 3c5897f0452806ee7f53ed44dc4c7f0086096178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 8 Jan 2020 08:24:11 +0100 Subject: [PATCH] Require AnyDBM_File by perl-libs because of dbmopen function --- perl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl.spec b/perl.spec index 602ebab..1d20752 100644 --- a/perl.spec +++ b/perl.spec @@ -550,6 +550,8 @@ Provides: perl(unicore::Name) # Keep utf8 modules in perl-libs because a sole regular expression like /\pN/ # causes loading utf8 and unicore/Heave.pl and unicore/lib files. Provides: perl(utf8_heavy.pl) +# Loaded by dbmopen() function. +Requires: perl(AnyDBM_File) # utf8 and utf8_heavy.pl require Carp, re, strict, warnings, XSLoader Requires: perl(Carp) Requires: perl(Exporter) @@ -7223,6 +7225,7 @@ popd - Subpackage Getopt::Std - Subpackage locale - Subpackage deprecate +- Require AnyDBM_File by perl-libs because of dbmopen function * Wed Jan 29 2020 Fedora Release Engineering - 4:5.30.1-450 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild