diff --git a/perl-Net-SSH-Perl.spec b/perl-Net-SSH-Perl.spec index 23d1184..756c1ee 100644 --- a/perl-Net-SSH-Perl.spec +++ b/perl-Net-SSH-Perl.spec @@ -2,12 +2,18 @@ # so that we can unbundle libtomcrypt; as such, we need to remove the # parts of Net-SSH-Perl that use this functionality # https://bugzilla.redhat.com/show_bug.cgi?id=1545816 +# +# However, it has been un-hobbled since F-36 and in EPEL +%if 0%{?fedora} > 35 || 0%{?rhel:1} +%global hobbled_cryptx 0 +%else %global hobbled_cryptx 1 +%endif Summary: SSH (Secure Shell) client Name: perl-Net-SSH-Perl Version: 2.14 -Release: 14%{?dist} +Release: 15%{?dist} License: GPL+ or Artistic URL: https://metacpan.org/release/Net-SSH-Perl Source0: https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/Net-SSH-Perl-%{version}.tar.gz @@ -84,7 +90,7 @@ BuildRequires: perl(Test) BuildRequires: perl(Test::More) >= 0.61 # Runtime Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) -%if 0%{?fedora:1} +%if 0%{?fedora:1} || 0%{?rhel} > 7 Suggests: perl(Crypt::RSA) Suggests: perl(Crypt::RSA::DataFormat) %endif @@ -132,6 +138,9 @@ make test %{_mandir}/man3/Net::SSH::Perl*.3* %changelog +* Fri Mar 4 2022 Paul Howarth - 2.14-15 +- CryptX in F-36+ and EPEL has been un-hobbled + * Fri Jan 21 2022 Fedora Release Engineering - 2.14-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild