From 8606cf0f874bf9779121c0286dde2411fbe424a7 Mon Sep 17 00:00:00 2001 From: Marek Blaha Date: Thu, 30 May 2024 09:27:57 +0200 Subject: [PATCH] dnfdaemon: Add system_upgrade() method to Rpm interface The method fills the goal to perform upgrade of the distribution to the new release. --- .../interfaces/org.rpm.dnf.v0.rpm.Rpm.xml | 18 +++++++ dnf5daemon-server/services/rpm/rpm.cpp | 53 +++++++++++++++++++ dnf5daemon-server/services/rpm/rpm.hpp | 1 + 3 files changed, 72 insertions(+) diff --git a/dnf5daemon-server/dbus/interfaces/org.rpm.dnf.v0.rpm.Rpm.xml b/dnf5daemon-server/dbus/interfaces/org.rpm.dnf.v0.rpm.Rpm.xml index d39d9477e..5df68cd91 100644 --- a/dnf5daemon-server/dbus/interfaces/org.rpm.dnf.v0.rpm.Rpm.xml +++ b/dnf5daemon-server/dbus/interfaces/org.rpm.dnf.v0.rpm.Rpm.xml @@ -212,6 +212,24 @@ along with libdnf. If not, see . + + + + +