https://bugzilla.redhat.com/show_bug.cgi?id=1948957
Bug ID: 1948957 Summary: perl-Crypt-CBC-3.02 requires perl-Math-Int128 which does not exist on 32-bit platforms Product: Fedora Version: rawhide Hardware: i686 Status: NEW Component: perl-Crypt-CBC Keywords: Regression Assignee: andr...@bawue.net Reporter: ppi...@redhat.com QA Contact: extras...@fedoraproject.org CC: andr...@bawue.net, perl-devel@lists.fedoraproject.org Target Milestone: --- Classification: Fedora This commit added a hard-dependency on perl(Math::Int128): commit 83ca22c6b56fadcbf8914ec52cdb381dc2efb88d (HEAD -> rawhide, origin/rawhide, origin/main, origin/HEAD) Author: Paul Howarth <p...@city-fan.org> Date: Mon Apr 12 09:39:41 2021 +0100 Update to 3.02 - New upstream release 3.02 - CTR mode now requires the Math::Int128 module, which gives a ~5x performance boost over Math::BigInt diff --git a/perl-Crypt-CBC.spec b/perl-Crypt-CBC.spec index 436c3cf..caffc3c 100644 --- a/perl-Crypt-CBC.spec +++ b/perl-Crypt-CBC.spec @@ -1,6 +1,6 @@ Summary: Encrypt Data with Cipher Block Chaining Mode Name: perl-Crypt-CBC -Version: 3.01 +Version: 3.02 Release: 1%{?dist} # Upstream confirms that they're under the same license as perl. # Wording in CBC.pm is less than clear, but still. @@ -24,7 +24,7 @@ BuildRequires: perl(Crypt::PBKDF2) BuildRequires: perl(Digest::MD5) >= 2.00 BuildRequires: perl(Digest::SHA) BuildRequires: perl(File::Basename) -BuildRequires: perl(Math::BigInt) +BuildRequires: perl(Math::Int128) But perl(Math::Int128) is not available on 32-bit platforms <https://koji.fedoraproject.org/koji/buildinfo?buildID=1686388>. You should relax the dependency. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure