You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 66c99da (Change header files
to match a configured ABI regarding a zchunk support) accidentally
removed a definition of WITH_ZCHUNK C preprocessor symbol. That
symbol controls including zchunk support into the library's code.
As a result, librepo library was always missing a zchunk support and
ci-dnf-stack "dnf/zchunk.feature:141 using mirror wihtout ranges
supports and zchunk results in only two GET requests for primary (the
first try is with range specified)" always failed.
This fix returns back the macro into CFLAGS.
0 commit comments