Resolves: RHEL-92846 - Fix typo in macro

This commit is contained in:
Jitka Plesnikova 2025-05-26 10:22:18 +02:00
parent caf056235f
commit f6c910f7a1

View File

@ -6,7 +6,7 @@
Name: perl-Net-SSLeay
Version: 1.94
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl extension for using OpenSSL
License: Artistic-2.0
URL: https://metacpan.org/release/Net-SSLeay
@ -63,7 +63,7 @@ BuildRequires: perl(Test::More) >= 0.61
BuildRequires: perl(threads)
BuildRequires: perl(warnings)
# =========== Optional Tests =========================
%if %{with perl_N et_SSLeay_enables_optional_test}
%if %{with perl_Net_SSLeay_enables_optional_test}
BuildRequires: perl(Crypt::OpenSSL::Bignum)
# Test::Kwalitee 1.00 not used
BuildRequires: perl(Test::Pod) >= 1.41
@ -171,6 +171,9 @@ OPENSSL_ENABLE_SHA1_SIGNATURES=1 make test
%{_libexecdir}/%{name}
%changelog
* Mon May 26 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-3
- Resolves: RHEL-92846 - Fix typo in macro
* Thu May 22 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-2
- Fix test suite to work with OpenSSL 3.4.0 and newer
Resolves: RHEL-92846