Skip to content

Commit

Permalink
Disable zchunk on RHEL
Browse files Browse the repository at this point in the history
zchunk is not supported in RHEL, and other related packages also disable
their zchunk dependency on RHEL.
  • Loading branch information
yselkowitz authored and j-mracek committed Jan 5, 2024
1 parent b5564f5 commit 09ecf65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dnf5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09ecf65

Please sign in to comment.