We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File PackageKit-alias-dnf-to-dnf5.patch of Package PackageKit

diff --git a/src/pk-backend.c b/src/pk-backend.c
index a87fb1a83..6c8c42073 100644
--- a/src/pk-backend.c
+++ b/src/pk-backend.c
@@ -473,12 +473,13 @@ pk_backend_load (PkBackend *backend, GError **error)
 	if (backend_name == NULL)
 		return FALSE;
 
-	/* the "hawkey" and "hif" backends are superseded by "dnf" */
+	/* the "hawkey", "hif", and "dnf" backends are superseded by "dnf5" */
 	if (g_strcmp0 (backend_name, "hawkey") == 0 ||
 	    g_strcmp0 (backend_name, "yum") == 0 ||
-	    g_strcmp0 (backend_name, "hif") == 0) {
+	    g_strcmp0 (backend_name, "hif") == 0 ||
+	    g_strcmp0 (backend_name, "dnf") == 0) {
 		g_free (backend_name);
-		backend_name = g_strdup ("dnf");
+		backend_name = g_strdup ("dnf5");
 	}
 
 	g_debug ("Trying to load : %s", backend_name);
openSUSE Build Service is sponsored by