From fda096995ac3105ce8c6dda5f2535544e8b334c1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 22 Feb 2021 22:00:23 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-Compress-Raw-Zlib.git#7f3e1ff35d769a7fd85d0d1954603d085ffdc00c --- perl-Compress-Raw-Zlib.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index c87f852..cd5cd40 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -8,7 +8,7 @@ Name: perl-Compress-Raw-Zlib Version: 2.101 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Low-level interface to the zlib compression library # Zlib.xs: (GPL+ or Artistic) and zlib # Others: GPL+ or Artistic @@ -45,6 +45,10 @@ BuildRequires: perl(XSLoader) # Test Suite BuildRequires: perl(File::Path) BuildRequires: perl(threads::shared) +# Dual-lived module needs rebuilding early in the boot process +%if !%{defined perl_bootstrap} +BuildRequires: perl(Test::More) +%endif %if %{with perl_Compress_Raw_Zlib_enables_optional_test} # Optional Tests BuildRequires: perl(File::Temp) @@ -53,7 +57,6 @@ BuildRequires: perl(overload) # Dual-lived module needs rebuilding early in the boot process %if !%{defined perl_bootstrap} # Release tests are deleted -BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) %endif %endif @@ -160,6 +163,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1 %{_libexecdir}/%{name} %changelog +* Mon Feb 22 2021 Jitka Plesnikova - 2.101-3 +- Fix dependencies for ELN + * Mon Feb 22 2021 Jitka Plesnikova - 2.101-2 - Package tests