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

rpmspec is buggy #10

Open
totaam opened this issue Jun 9, 2023 · 1 comment
Open

rpmspec is buggy #10

totaam opened this issue Jun 9, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@totaam
Copy link
Collaborator

totaam commented Jun 9, 2023

So we end up not rebuilding packages when we should.

$ rpmspec   -q --rpms src/packaging/rpm/python2-Cython.spec 
python2-Cython-0.29.35-1.fc37.src
python2-Cython-debuginfo-0.29.35-1.fc37.src
python2-Cython-debugsource-0.29.35-1.fc37.src
$ rpmspec   -q --srpm  src/packaging/rpm/python2-Cython.spec 
python2-Cython-0.29.35-1.fc37.src

Using --builtrpms makes no difference.
Why on earth is it giving .src rpm names?

@totaam totaam added the bug Something isn't working label Jun 9, 2023
totaam added a commit that referenced this issue Jun 9, 2023
@totaam
Copy link
Collaborator Author

totaam commented Jun 10, 2023

Older versions, like the one available for centos7, don't have this bug.

The commit above makes us build things we don't need, which is still better than not building things we do need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant