From 115b4b4b1de1916a788be30998bed1b68315404e Mon Sep 17 00:00:00 2001 From: chengguipeng Date: Thu, 5 Nov 2020 22:15:06 +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