import CS perl-Compress-Raw-Zlib-2.096-2.module_el8+990+844f77ad

This commit is contained in:
eabdullin 2024-03-28 13:59:42 +00:00
parent 072aa6f9c2
commit 759470efc9
1 changed files with 9 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Version: 2.096 Version: 2.096
Release: 1%{?dist} Release: 2%{?dist}
Summary: Low-level interface to the zlib compression library Summary: Low-level interface to the zlib compression library
# Zlib.xs: (GPL+ or Artistic) and zlib # Zlib.xs: (GPL+ or Artistic) and zlib
# Others: GPL+ or Artistic # Others: GPL+ or Artistic
@ -91,7 +91,11 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot} %{_fixperms} -c %{buildroot}
%check %check
%ifarch s390 s390x
make test COMPRESS_ZLIB_RUN_MOST=1 DFLTCC=0
%else
make test COMPRESS_ZLIB_RUN_MOST=1 make test COMPRESS_ZLIB_RUN_MOST=1
%endif
%files %files
%doc Changes README %doc Changes README
@ -100,6 +104,10 @@ make test COMPRESS_ZLIB_RUN_MOST=1
%{_mandir}/man3/Compress::Raw::Zlib.3* %{_mandir}/man3/Compress::Raw::Zlib.3*
%changelog %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 * Sat Aug 1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
- 2.096 bump - 2.096 bump