main: make "--use-librepo" the default
This commit switches the default to librepo. We do not have many users yet so this is a great place to test the new librepo functionality. It also is much more stable for fedora/centos systems that often have flaky mirrors. This also bumps the minimum required version of osbuild.
This commit is contained in:
parent
d75bb4fa0a
commit
687f69bb76
2 changed files with 7 additions and 3 deletions
|
|
@ -3,8 +3,12 @@
|
|||
%bcond_with tests
|
||||
%bcond_with relax_requires
|
||||
|
||||
# The minimum required osbuild version
|
||||
%global min_osbuild_version 129
|
||||
# The minimum required osbuild version, note that this used to be 129
|
||||
# but got bumped to 138 for librepo support which is not strictly
|
||||
# required. So if this needs backport to places where there is no
|
||||
# recent osbuild available we could simply make --use-librepo false
|
||||
# and go back to 129.
|
||||
%global min_osbuild_version 138
|
||||
|
||||
%global goipath github.com/osbuild/image-builder-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue