!8 update to 20211001

From: @shangyibin
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-12-06 01:25:46 +00:00 committed by Gitee
commit 8e4be72e19
4 changed files with 11 additions and 8 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/MANIFEST b/MANIFEST
index a88847b..6577ede 100644
index 852e312..f10c380 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
@ -31,10 +31,10 @@ index a88847b..6577ede 100644
MANIFEST This list of files
README
diff --git a/Makefile.PL b/Makefile.PL
index 9faf720..a491813 100644
index 1fbe8c3..44290e1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -40,3 +40,11 @@ BEGIN {
@@ -53,3 +53,11 @@ BEGIN {
ExtUtils::MakeMaker::WriteMakefile(%arg);
};
}
@ -47,12 +47,12 @@ index 9faf720..a491813 100644
+ return $name;
+}
diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
index c2f35b5..46a1912 100644
index dbbc626..4657379 100644
--- a/lib/Mozilla/CA.pm
+++ b/lib/Mozilla/CA.pm
@@ -3,16 +3,10 @@ package Mozilla::CA;
use strict;
our $VERSION = '20200520';
our $VERSION = '20211001';
-use Cwd ();
use File::Spec ();
@ -69,5 +69,5 @@ index c2f35b5..46a1912 100644
1;
--
2.13.6
2.27.0

BIN
Mozilla-CA-20211001.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-Mozilla-CA
Epoch: 1
Version: 20200520
Version: 20211001
Release: 1
Summary: Mozilla's CA cert bundle in PEM format
License: MPLv2.0
@ -9,7 +9,7 @@ Source0: https://cpan.metacpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{versi
BuildArch: noarch
# For check failure
Patch0: Mozilla-CA-20200520-Redirect-to-ca-certificates-bundle.patch
Patch0: Mozilla-CA-20211001-Redirect-to-ca-certificates-bundle.patch
BuildRequires: make coreutils perl perl-generators perl-PathTools perl-ExtUtils-MakeMaker
Requires: perl perl-PathTools ca-certificates
@ -50,6 +50,9 @@ make test
%{_mandir}/man3/*
%changelog
* Thu Dec 2 2020 shangyibin <shangyibin1@huawei.com> - 20211001-1
- update to 20211001-1
* Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 20200520-1
- update to 20200520-1