Compare commits
1 Commits
b055b3875c
...
27e62f1f86
Author | SHA1 | Date | |
---|---|---|---|
|
27e62f1f86 |
@ -7,7 +7,7 @@
|
||||
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.096
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to the zlib compression library
|
||||
# Zlib.xs: (GPL+ or Artistic) and zlib
|
||||
# Others: GPL+ or Artistic
|
||||
@ -91,11 +91,7 @@ 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
|
||||
@ -104,10 +100,6 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user