summaryrefslogtreecommitdiff
path: root/libxcrypt.spec.rpkg
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2022-11-15 21:43:05 +0100
committerBjörn Esser <besser82@fedoraproject.org>2022-11-15 21:43:05 +0100
commitd147b1bc4bb339e0bf3e70f73931347bc07fbe95 (patch)
tree0e80114bf650cd0014c555d6ce31da4e853f24a3 /libxcrypt.spec.rpkg
parentfb9eb866ef67ec0b45f2f8e802177b9b11d81bac (diff)
downloadlibxcrypt-d147b1bc4bb339e0bf3e70f73931347bc07fbe95.tar.gz
libxcrypt-d147b1bc4bb339e0bf3e70f73931347bc07fbe95.tar.bz2
libxcrypt-d147b1bc4bb339e0bf3e70f73931347bc07fbe95.zip
rpkg: Explicitly list all needed build-time Perl modules.
Diffstat (limited to 'libxcrypt.spec.rpkg')
-rw-r--r--libxcrypt.spec.rpkg12
1 files changed, 11 insertions, 1 deletions
diff --git a/libxcrypt.spec.rpkg b/libxcrypt.spec.rpkg
index ff16ab7..cc70e62 100644
--- a/libxcrypt.spec.rpkg
+++ b/libxcrypt.spec.rpkg
@@ -132,13 +132,23 @@ Source0: {{{ git_dir_pack }}}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
-BuildRequires: glibc-devel >= %{glibc_minver}
+BuildRequires: glibc-devel >= %{glibc_minver}
BuildRequires: libtool
BuildRequires: make
BuildRequires: perl-interpreter
+BuildRequires: perl(Class::Struct)
+BuildRequires: perl(Cwd)
+BuildRequires: perl(Exporter)
+BuildRequires: perl(File::Spec::Functions)
+BuildRequires: perl(File::Temp)
BuildRequires: perl(FindBin)
+BuildRequires: perl(if)
BuildRequires: perl(lib)
BuildRequires: perl(open)
+BuildRequires: perl(POSIX)
+BuildRequires: perl(utf8)
+BuildRequires: perl(:VERSION) >= 5.14.0
+BuildRequires: perl(warnings)
# We do not need to keep this forever.
%if !(0%{?fedora} > 31 || 0%{?rhel} > 9)