Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpmbuild: don't set bootstrap_image_ready for rawhide #3144

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

FrostyX
Copy link
Member

@FrostyX FrostyX commented Feb 16, 2024

Fix #3140

@@ -2,9 +2,12 @@ include('/etc/mock/{{ chroot }}.cfg')
config_opts['rpmbuild_networking'] = True
config_opts['use_host_resolv'] = True

{# See https://github.com/fedora-copr/copr/issues/3140 #}
{%- if not chroot.startswith("fedora-rawhide-") %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really need "fedora-40" in chroot condition here. Because of rpm-software-management/mock#1332

@@ -2,9 +2,12 @@ include('/etc/mock/{{ chroot }}.cfg')
config_opts['rpmbuild_networking'] = True
config_opts['use_host_resolv'] = True

{# See https://github.com/fedora-copr/copr/issues/3140 #}
{%- if not chroot.startswith(("fedora-rawhide-", "fedora-40-")) %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only F40

@FrostyX
Copy link
Member Author

FrostyX commented Feb 19, 2024

Updated

Copy link
Member

@praiskup praiskup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, we need to keep the downstream patch till DNF5 appears in the fedora:41 container, though.

@praiskup praiskup merged commit b896ac6 into fedora-copr:main Feb 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom method is broken because of DNF vs DNF5
2 participants