Add BuildRequires: python3-devel to ensure proper Python metadata is provided in RPM#124
Merged
DrDaveD merged 2 commits intofermitools:masterfrom Mar 21, 2025
Merged
Conversation
d033577 to
8077dc8
Compare
Build a tarball using python-build, then use that to build the SRPM Use dnf instead of yum throughout
edae255 to
9b47e7c
Compare
This ensures that full Python metadata is built and installed with the binary RPM(s)
1dcac53 to
9bf809c
Compare
Merged
Contributor
Author
I have undone the release bump in the RPM to make this change independent of anything else. See #125 for the next step which finalises a 2.2 release (presuming that this PR is merged). I hope that this is what you wanted. |
DrDaveD
approved these changes
Mar 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR modifies the RPM spec file for this project to use
This ensure that proper Python metadata is built and installed with the RPM.
This PR also improves the GitHub Actions workflow that builds and tests the RPMs.