#11 Disable zchunk in RHEL builds
Merged 9 months ago by yselkowitz. Opened 9 months ago by yselkowitz.
rpms/ yselkowitz/libsolv rawhide  into  rawhide

file modified
+4
@@ -16,7 +16,11 @@ 

  %bcond_without arch_repo

  # For handling deb + rpm at the same time

  %bcond_without multi_semantics

+ %if %{defined rhel}

+ %bcond_with zchunk

+ %else

  %bcond_without zchunk

+ %endif

  %bcond_without zstd

  

  %define __cmake_switch(b:) %[%{expand:%%{?with_%{-b*}}} ? "ON" : "OFF"]

There are no plans to enable zchunk support in RHEL. createrepo_c and librepo also disable their zchunk support in RHEL builds.

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/9748cbdc475b44b681636ecf40e1b284

Pull-Request has been merged by yselkowitz

9 months ago
Metadata