diff options
author | Björn Esser <besser82@fedoraproject.org> | 2022-11-15 21:43:05 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2022-11-15 21:43:05 +0100 |
commit | d147b1bc4bb339e0bf3e70f73931347bc07fbe95 (patch) | |
tree | 0e80114bf650cd0014c555d6ce31da4e853f24a3 /libxcrypt.spec.rpkg | |
parent | fb9eb866ef67ec0b45f2f8e802177b9b11d81bac (diff) | |
download | libxcrypt-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.rpkg | 12 |
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) |