Fix dependencies for ELN
This commit is contained in:
parent
aa223acd62
commit
7f3e1ff35d
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.101
|
Version: 2.101
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -45,6 +45,10 @@ BuildRequires: perl(XSLoader)
|
|||||||
# Test Suite
|
# Test Suite
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(threads::shared)
|
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}
|
%if %{with perl_Compress_Raw_Zlib_enables_optional_test}
|
||||||
# Optional Tests
|
# Optional Tests
|
||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
@ -53,7 +57,6 @@ BuildRequires: perl(overload)
|
|||||||
# Dual-lived module needs rebuilding early in the boot process
|
# Dual-lived module needs rebuilding early in the boot process
|
||||||
%if !%{defined perl_bootstrap}
|
%if !%{defined perl_bootstrap}
|
||||||
# Release tests are deleted
|
# Release tests are deleted
|
||||||
BuildRequires: perl(Test::More)
|
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
@ -160,6 +163,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1
|
|||||||
%{_libexecdir}/%{name}
|
%{_libexecdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-3
|
||||||
|
- Fix dependencies for ELN
|
||||||
|
|
||||||
* Mon Feb 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-2
|
* Mon Feb 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-2
|
||||||
- Package tests
|
- Package tests
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user