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

Damages conditional BuildRequires: #321

Closed
mcepl opened this issue Mar 20, 2024 · 0 comments · Fixed by #322
Closed

Damages conditional BuildRequires: #321

mcepl opened this issue Mar 20, 2024 · 0 comments · Fixed by #322

Comments

@mcepl
Copy link
Contributor

mcepl commented Mar 20, 2024

When I have this line in the SPEC file:

BuildRequires:  %{python_module tomli >= 1.2.2 if %python-base < 3.11}

it is rewritten as

BuildRequires:  %{python_module tomli >= 1.2.2 if %{python}-base < 3.11}

which unfortunately doesn’t work.

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 a pull request may close this issue.

1 participant