From bcfee60cbc4832de074932dde304202af7d1c029 Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Fri, 6 Nov 2020 11:31:57 +0800 Subject: [PATCH] PackageKit: solove the problem that no message is displayed when running a uninstalled command Signed-off-by: chengguipeng --- PackageKit.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/PackageKit.spec b/PackageKit.spec index 250675f..8e00155 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -1,6 +1,6 @@ Name: PackageKit Version: 1.1.12 -Release: 8 +Release: 9 License: GPLv2+ and LGPLv2+ Summary: Package management service URL: https://www.freedesktop.org/software/PackageKit/ @@ -94,7 +94,7 @@ using PackageKit. %autosetup -p1 %build -%configure --enable-bash-completion --disable-local --disable-silent-rules +%configure --enable-dnf --enable-bash-completion --disable-local --disable-silent-rules %make_build V=1 @@ -172,6 +172,12 @@ systemctl disable packagekit-offline-update.service > /dev/null 2>&1 || : %config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf %changelog +* Tue Mar 10 2020 chengguipeng - 1.1.12-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:solove the problem that no message is displayed when running a uninstalled command. + * Tue Mar 10 2020 openEuler Buildteam - 1.1.12-8 - Type:bugfix - ID:NA -- Gitee