require Mozilla::CA

This commit is contained in:
YellowJacketLinux 2023-05-06 13:37:26 -07:00
parent 40fb186967
commit e6e650078f

View File

@ -2,7 +2,7 @@
Name: perl-%{cpanname} Name: perl-%{cpanname}
Version: 2.081 Version: 2.081
Release: %{?repo}0.rc1%{?dist} Release: %{?repo}0.rc2%{?dist}
Summary: SSL sockets with IO::Socket interface Summary: SSL sockets with IO::Socket interface
BuildArch: noarch BuildArch: noarch
@ -17,11 +17,11 @@ BuildRequires: perl(Net::SSLeay) >= 1.59
# for test # for test
%if 0%{?runtests:1} == 1 %if 0%{?runtests:1} == 1
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
#BuildRequires: perl(Mozilla::CA) BuildRequires: perl(Mozilla::CA)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
%endif %endif
# runtime # runtime
#Requires: perl(Mozilla::CA) Requires: perl(Mozilla::CA)
Requires: perl(Net::SSLeay) >= 1.59 Requires: perl(Net::SSLeay) >= 1.59
Requires: perl(Scalar::Util) Requires: perl(Scalar::Util)
# /end runtime # /end runtime
@ -106,5 +106,9 @@ EOF
%changelog %changelog
* Sat May 06 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2.081-0.rc2
- Require Mozilla::CA --- while technically not strictly required,
- it allows perl scripts that use TLS to know a cert bundle is available.
* Fri May 05 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2.081-0.rc1 * Fri May 05 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2.081-0.rc1
- Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3) - Initial spec file for YJL (RPM bootstrapping LFS/BLFS 11.3)