diff options
author | Björn Esser <besser82@fedoraproject.org> | 2022-11-16 10:41:32 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2022-11-16 10:41:32 +0100 |
commit | cb640f3e4accd4e89dfde41e2136040dbcd717eb (patch) | |
tree | bf0b66f2ebf951279271df4bde4b113c277f822f | |
parent | d147b1bc4bb339e0bf3e70f73931347bc07fbe95 (diff) | |
download | libxcrypt-cb640f3e4accd4e89dfde41e2136040dbcd717eb.tar.gz libxcrypt-cb640f3e4accd4e89dfde41e2136040dbcd717eb.tar.bz2 libxcrypt-cb640f3e4accd4e89dfde41e2136040dbcd717eb.zip |
rpkg: Add BR for perl modules to run the skip-if-exec-format-error script.
-rw-r--r-- | libxcrypt.spec.rpkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxcrypt.spec.rpkg b/libxcrypt.spec.rpkg index cc70e62..652f3a0 100644 --- a/libxcrypt.spec.rpkg +++ b/libxcrypt.spec.rpkg @@ -143,9 +143,11 @@ BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) BuildRequires: perl(FindBin) BuildRequires: perl(if) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(lib) BuildRequires: perl(open) BuildRequires: perl(POSIX) +BuildRequires: perl(Symbol) BuildRequires: perl(utf8) BuildRequires: perl(:VERSION) >= 5.14.0 BuildRequires: perl(warnings) |