File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ case $ID in
5252 centos|rhel) dnf config-manager --set-enabled crb;;
5353 fedora) dnf -y install dnf-utils 'dnf5-command(builddep)' ;;
5454esac
55+ # Handle version skew, xref https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1174
56+ dnf -y distro-sync ostree{,-libs} systemd
5557dnf -y builddep /tmp/bootc.spec
5658# Extra dependencies
5759dnf -y install git-core
Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ case $ID in
119119 centos|rhel) dnf config-manager --set-enabled crb;;
120120 fedora) dnf -y install dnf-utils 'dnf5-command(builddep)';;
121121esac
122+ # Handle version skew
123+ dnf -y distro-sync ostree{,-libs} systemd
122124dnf -y builddep contrib/packaging/bootc.spec
123125# Extra dependencies
124126dnf -y install git-core
You can’t perform that action at this time.
0 commit comments