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

Simplify rpm build deps install #570

Open
cpuguy83 opened this issue Mar 13, 2025 · 0 comments
Open

Simplify rpm build deps install #570

cpuguy83 opened this issue Mar 13, 2025 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@cpuguy83
Copy link
Member

Right now when we build an rpm we first generate an RPM that has the build deps of the spec as runtime deps and then we install that package which triggers all the deps to be installed.

As it turns out we can generate a source package and use dnf install --builddeps <srcpkg>.rpm
This would in theory save a bit of time since it can skip generating the intermediate package (and intermediate source package!) and should make errors easier to track down.

@cpuguy83 cpuguy83 added the good first issue Good for newcomers label Mar 13, 2025
@bchuo bchuo self-assigned this Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants