From ae9d5cbc0ae6db35727b1136c71283906d5c5421 Mon Sep 17 00:00:00 2001 From: zhuhong_bo Date: Fri, 12 Dec 2025 10:12:33 +0800 Subject: [PATCH] Rebuilt for s390 and ppc64 --- perl-FCGI.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-FCGI.spec b/perl-FCGI.spec index 39eb1ef..1c03d44 100644 --- a/perl-FCGI.spec +++ b/perl-FCGI.spec @@ -3,7 +3,7 @@ Summary: FastCGI Perl bindings # needed to properly replace/obsolete fcgi-perl Epoch: 1 Version: 0.74 -Release: 8%{?dist}.1 +Release: 8%{?dist}.2 # same as fcgi License: OML Group: Development/Libraries @@ -59,6 +59,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Thu Dec 11 2025 zhuhongbo - 1:0.74-8.2 +- Rebuilt for s390 and ppc64 + * Fri Jul 18 2025 zhuhongbo - 1:0.74-8.1 - fix: fix cve CVE-2025-40907 -- Gitee