Compare commits

...

2 Commits

Author SHA1 Message Date
Jitka Plesnikova b055b3875c Fix test broken by update in zlib on s390x 2024-02-23 03:31:45 +00:00
Adam Samalik 8d4829bd37 re-import sources as agreed with the maintainer 2023-06-29 10:25:04 +02:00
7 changed files with 11 additions and 20 deletions

View File

@ -1 +0,0 @@
1

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/Compress-Raw-Zlib-2.096.tar.gz
/Compress-Raw-Zlib-2.096.tar.gz
/Compress-Raw-Zlib-[0-9.]*.tar.gz

View File

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

View File

@ -1,7 +0,0 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

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

View File

@ -1,5 +0,0 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

View File

@ -1,4 +0,0 @@
summary: Upstream tests
component: perl-Compress-Raw-Zlib
require: perl-Compress-Raw-Zlib-tests
test: /usr/libexec/perl-Compress-Raw-Zlib/test