We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
--builtrpms
.src
The text was updated successfully, but these errors were encountered:
#10 strip incorrect '.src' suffix
bb48eed
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.
Sorry, something went wrong.
No branches or pull requests
So we end up not rebuilding packages when we should.
Using
--builtrpms
makes no difference.Why on earth is it giving
.src
rpm names?The text was updated successfully, but these errors were encountered: