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

Change how we check our fedora versions in our CI #491

Open
mulkieran opened this issue Nov 3, 2023 · 0 comments
Open

Change how we check our fedora versions in our CI #491

mulkieran opened this issue Nov 3, 2023 · 0 comments

Comments

@mulkieran
Copy link
Member

We could try using an rpmdeplint after using Packit to build an rpm.

If the rpm fails to build, well, we can check if it's due to a missing dependency. That could be caused by an incompatible version or the package is just missing.

To detect whether the package is low and can be bumped a semantic version, what should we do? It is possible that rpmdeplint will help here. It has a command, list-deps which may be able to list the dependencies as Fedora packages. Then we check the Fedora packages to see if any are legacy. If so, we report that and update when we get the chance.

If this idea doesn't work, we could try using Fedora release aliases in our check-fedora-versions script, much as Packit does. But that would not be a big gain.

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

No branches or pull requests

1 participant