-
Notifications
You must be signed in to change notification settings - Fork 90
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
Release dnf5-5.2.0.0 #1091
Comments
"Dnf5-6.0.0" sorry, I can't help, but this won't stop fascinating me. |
I am proposing to add |
We should have just renamed the old project to "dnf4" and kept calling this "dnf" but here we are. :) |
We are also considering changing the versioning to add one more number and keep the 5. The nevras still do compare correctly: |
Temporarily until the changes from #1091 are introduced.
Temporarily until the changes from #1091 are introduced.
Temporarily until the changes from #1091 are introduced.
OK, I believe we can proceed with merging this to main. |
Do you think we have sufficient API coverage for me to implement a PackageKit backend using libdnf5 based on what we have for the current dnf backend? https://github.com/PackageKit/PackageKit/tree/main/backends/dnf |
I believe so, but I'll try to go through it this week to verify. However, I'm curious and a bit confused because I thought PackageKit is already only in maintenance mode, and new plugins for package manager frontends like GNOME Software, KDE, dnfdragora, etc., are now being developed using the dnf5daemon API. |
So, I went through the existing PackageKit backend for dnf, and I didn't find any features lacking in dnf5. However, it's possible I overlooked something as the codebase is pretty extensive. In any case, if you encounter any challenges implementing specific use cases with the DNF5 API, don't hesitate to reach out. 🙂 |
"Maintenance mode" doesn't mean nobody works on it. That doesn't mean it's dead. It means there are currently no new features planned (nobody has asked for any either).
Only dnfdragora is using dnf5daemon because it previously used dnfdaemon. Everyone else still uses PackageKit. |
Since we need to do API and ABI changes we will have to make a new major version release update.
This issue should track all the required/planned changes:
Follow-ups:
The text was updated successfully, but these errors were encountered: