From 759470efc900aef09c473e37ad92594be3e0d497 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 28 Mar 2024 13:59:42 +0000 Subject: [PATCH] import CS perl-Compress-Raw-Zlib-2.096-2.module_el8+990+844f77ad --- SPECS/perl-Compress-Raw-Zlib.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SPECS/perl-Compress-Raw-Zlib.spec b/SPECS/perl-Compress-Raw-Zlib.spec index f7f946b..70c2d32 100644 --- a/SPECS/perl-Compress-Raw-Zlib.spec +++ b/SPECS/perl-Compress-Raw-Zlib.spec @@ -7,7 +7,7 @@ Name: perl-Compress-Raw-Zlib Version: 2.096 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Low-level interface to the zlib compression library # Zlib.xs: (GPL+ or Artistic) and zlib # Others: GPL+ or Artistic @@ -91,7 +91,11 @@ find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check +%ifarch s390 s390x +make test COMPRESS_ZLIB_RUN_MOST=1 DFLTCC=0 +%else make test COMPRESS_ZLIB_RUN_MOST=1 +%endif %files %doc Changes README @@ -100,6 +104,10 @@ make test COMPRESS_ZLIB_RUN_MOST=1 %{_mandir}/man3/Compress::Raw::Zlib.3* %changelog +* Thu Feb 22 2024 Jitka Plesnikova - 2.096-2 +- Fix test broken by update in zlib on s390x +- Related: RHEL-16371 + * Sat Aug 1 2020 Paul Howarth - 2.096-1 - 2.096 bump