diff options
author | Björn Esser <besser82@fedoraproject.org> | 2022-11-16 10:44:20 +0100 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2022-11-16 10:44:20 +0100 |
commit | 9847af43ba1f001ec82e0183cb21ffac7e885599 (patch) | |
tree | c09d39c059e96bdabb1c3bf29f3775fe206d547d | |
parent | cb640f3e4accd4e89dfde41e2136040dbcd717eb (diff) | |
download | libxcrypt-9847af43ba1f001ec82e0183cb21ffac7e885599.tar.gz libxcrypt-9847af43ba1f001ec82e0183cb21ffac7e885599.tar.bz2 libxcrypt-9847af43ba1f001ec82e0183cb21ffac7e885599.zip |
rpkg: Move the BR for minimum Perl version to perl-interpreter.
-rw-r--r-- | libxcrypt.spec.rpkg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libxcrypt.spec.rpkg b/libxcrypt.spec.rpkg index 652f3a0..1e57a8b 100644 --- a/libxcrypt.spec.rpkg +++ b/libxcrypt.spec.rpkg @@ -135,7 +135,7 @@ BuildRequires: gcc BuildRequires: glibc-devel >= %{glibc_minver} BuildRequires: libtool BuildRequires: make -BuildRequires: perl-interpreter +BuildRequires: perl-interpreter >= 5.14.0 BuildRequires: perl(Class::Struct) BuildRequires: perl(Cwd) BuildRequires: perl(Exporter) @@ -149,7 +149,6 @@ BuildRequires: perl(open) BuildRequires: perl(POSIX) BuildRequires: perl(Symbol) BuildRequires: perl(utf8) -BuildRequires: perl(:VERSION) >= 5.14.0 BuildRequires: perl(warnings) # We do not need to keep this forever. |