Skip to content

Commit

Permalink
build: temporarily carry dnf download --source alias patch
Browse files Browse the repository at this point in the history
Until it merges upstream and makes it into a release.

This should fix the rawhide failure on:

https://github.com/coreos/fedora-coreos-config/blob/3fb482ecb20c1d9a774e6ed6b3f68ec6ab3e7623/ci/buildroot/install-buildroot.sh#L27
  • Loading branch information
jlebon committed May 11, 2024
1 parent 959de2b commit becc70f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ git clone https://github.com/coreos/rpm-ostree
ci/install-test-deps.sh
)

# temporarily carry https://github.com/rpm-software-management/dnf5/pull/1485
cat >> /usr/share/dnf5/aliases.d/compatibility.conf << EOF
['download.source']
type = 'cloned_named_arg'
long_name = 'source'
source = 'download.srpm'
EOF

# everything in the FCOS buildroot image
git clone https://github.com/coreos/fedora-coreos-config
(
Expand Down

0 comments on commit becc70f

Please sign in to comment.