Fix test broken by update in zlib on s390x

This commit is contained in:
Jitka Plesnikova 2024-02-22 12:59:56 +01:00 committed by root
parent 8d4829bd37
commit b055b3875c
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1 @@
f61fedee89e0ba4423ff73ad7ebac307722844fa Compress-Raw-Zlib-2.096.tar.gz

View File

@ -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 <jplesnik@redhat.com> - 2.096-2
- Fix test broken by update in zlib on s390x
- Related: RHEL-16371
* Sat Aug 1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
- 2.096 bump