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

avoid bare words are no longer supported (rpm 4.20) #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

remicollet
Copy link

@remicollet remicollet commented Aug 21, 2024

scl build are failing in Fedora 41

RPM build errors:
error: bare words are no longer supported, please use "...":  php83 == php
error:                                                        ^
error: /builddir/build/BUILD/php83-php-8.3.11_RC1-build/SPECPARTS/rpm-debuginfo.specpart:5: bad %if condition:  php83 == php
error: parsing failed
    bare words are no longer supported, please use "...":  php83 == php
                                                           ^
    /builddir/build/BUILD/php83-php-8.3.11_RC1-build/SPECPARTS/rpm-debuginfo.specpart:5: bad %if condition:  php83 == php
    parsing failed

I don't find an easy way to fix the test, so choose to ignore it, but it is only there to avoid empty debuginfo package when building the SCL metapackage, which already have %global debug_package %{nil}

This is obviously only a trivial workaround, but it works

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.

1 participant