From 21ca2cd2af898f30ed026f89c17f814e67c65a06 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 22 Feb 2021 22:05:29 +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-Bzip2.git#e0cb0c1b3fa785d604b73bf69a61507d71839941 --- perl-Compress-Raw-Bzip2.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec index 95fcd2c..45063ae 100644 --- a/perl-Compress-Raw-Bzip2.spec +++ b/perl-Compress-Raw-Bzip2.spec @@ -8,7 +8,7 @@ Name: perl-Compress-Raw-Bzip2 Summary: Low-level interface to bzip2 compression library Version: 2.101 -Release: 2%{?dist} +Release: 3%{?dist} # Other files: GPL+ or Artistic ## unbundled # bzip2-src: BSD @@ -41,15 +41,17 @@ 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_Bzip2_enables_optional_test} # Optional Tests BuildRequires: perl(File::Temp) BuildRequires: perl(lib) 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 BuildRequires: perl(Scalar::Util) @@ -157,6 +159,9 @@ make test %{_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