automatic version update by autodist [release 1.3.2-1mamba;Fri Oct 10 2025]
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
--- PackageKit-1.3.1/backends/dnf/notify_packagekit.cpp.orig 2025-06-27 00:24:37.555001167 +0200
|
||||
+++ PackageKit-1.3.1/backends/dnf/notify_packagekit.cpp 2025-06-27 00:33:12.993762868 +0200
|
||||
@@ -55,8 +55,10 @@
|
||||
};
|
||||
|
||||
void NotifyPackagekitPlugin::post_transaction(const libdnf5::base::Transaction & transaction) {
|
||||
- auto packagekitProxy = sdbus::createProxy("org.freedesktop.PackageKit", "/org/freedesktop/PackageKit");
|
||||
- auto method = packagekitProxy->createMethodCall("org.freedesktop.PackageKit", "StateHasChanged");
|
||||
+ auto packagekitProxy = sdbus::createProxy(sdbus::ServiceName("org.freedesktop.PackageKit"),
|
||||
+ sdbus::ObjectPath("/org/freedesktop/PackageKit"));
|
||||
+ auto method = packagekitProxy->createMethodCall(sdbus::InterfaceName("org.freedesktop.PackageKit"),
|
||||
+ sdbus::MethodName("StateHasChanged"));
|
||||
method << "posttrans";
|
||||
packagekitProxy->callMethod(method);
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: PackageKit
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 1mamba
|
||||
Summary: A system designed to make installing and updating software on your computer easier
|
||||
Group: System/Management
|
||||
@@ -13,12 +13,12 @@ Patch2: PackageKit-1.2.8-dnf-openmamba.patch
|
||||
Patch3: PackageKit-1.1.12-dnf-disable-trusted-packages-check.patch
|
||||
Patch4: PackageKit-1.2.6-enable-ShutdownTimeout.patch
|
||||
Patch5: PackageKit-1.2.8-dnf-set_cache_age-300-seconds.patch
|
||||
Patch6: PackageKit-1.3.1-sdbus-cpp-2.1.0.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libappstream-devel
|
||||
BuildRequires: libdnf-devel
|
||||
BuildRequires: libdnf5-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
@@ -37,6 +37,7 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: pm-utils-devel
|
||||
BuildRequires: libcppunit-devel
|
||||
BuildRequires: libdnf >= 0.72.0-2mamba
|
||||
BuildRequires: libdnf5-devel
|
||||
BuildRequires: librepo >= 1.11.2
|
||||
Requires: dnf
|
||||
%systemd_requires
|
||||
@@ -100,7 +101,6 @@ This package contains the DNF5 notification plugin for %{name}.
|
||||
%patch 3 -p1
|
||||
%patch 4 -p1
|
||||
%patch 5 -p1
|
||||
%patch 6 -p1
|
||||
|
||||
sed -i "s|openmandriva|openmamba|" meson_options.txt
|
||||
|
||||
@@ -199,6 +199,9 @@ sed -i "s|wheel|sysadmin|" %{buildroot}%{_datadir}/polkit-1/rules.d/org.freedesk
|
||||
%doc NEWS README.md
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Automatic Build System <autodist@openmamba.org> 1.3.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 30 2025 Automatic Build System <autodist@openmamba.org> 1.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user