From 09ecf65cfcc59b35171b7a053f4c849fdce7f969 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 4 Jan 2024 20:52:23 -0500 Subject: [PATCH] Disable zchunk on RHEL zchunk is not supported in RHEL, and other related packages also disable their zchunk dependency on RHEL. --- dnf5.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dnf5.spec b/dnf5.spec index e0ee3f40e..3cfbccfc4 100644 --- a/dnf5.spec +++ b/dnf5.spec @@ -77,7 +77,11 @@ Provides: dnf5-command(makecache) %bcond_without comps %bcond_without modulemd +%if 0%{?rhel} +%bcond_with zchunk +%else %bcond_without zchunk +%endif %bcond_with html %if 0%{?rhel} == 8