public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Compress-Raw-Lzma] rawhide: Disable optional dependencies in RHEL
@ 2026-07-28 7:54 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-28 7:54 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Compress-Raw-Lzma
Branch : rawhide
Commit : d804fd72f8be7d8009aff8216833cd25a5b96136
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-27T19:14:42-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Compress-Raw-Lzma/c/d804fd72f8be7d8009aff8216833cd25a5b96136?branch=rawhide
Log:
Disable optional dependencies in RHEL
---
diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index 8fba6ec..cc897ea 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,9 +1,13 @@
# Perform optional tests
+%if 0%{?rhel}
+%bcond_with perl_Compress_Raw_Lzma_enables_optional_test
+%else
%bcond_without perl_Compress_Raw_Lzma_enables_optional_test
+%endif
Name: perl-Compress-Raw-Lzma
Version: 2.221
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Low-level interface to lzma compression library
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Compress-Raw-Lzma
@@ -129,6 +133,9 @@ make test
%{_libexecdir}/%{name}
%changelog
+* Mon Jul 27 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 2.221-4
+- Disable optional dependencies in RHEL
+
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 2.221-3
- Perl 5.44 rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 7:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 7:54 [rpms/perl-Compress-Raw-Lzma] rawhide: Disable optional dependencies in RHEL Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox