From a392cab46d3ae278299998a85f46e3a12ceac1b1 Mon Sep 17 00:00:00 2001 From: liheavy Date: Tue, 22 Feb 2022 19:09:10 +0800 Subject: [PATCH] fix uninstall failed --- patch-tracking.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/patch-tracking.spec b/patch-tracking.spec index 893ac6e..a1561cb 100644 --- a/patch-tracking.spec +++ b/patch-tracking.spec @@ -1,14 +1,14 @@ Summary: This is a tool for automatically tracking upstream repository code patches Name: patch-tracking Version: 1.0.1 -Release: 1 +Release: 2 License: Mulan PSL v2 URL: https://gitee.com/openeuler/openEuler-Advisor Source0: patch-tracking-%{version}.tar BuildArch: noarch -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools systemd # Requires: python3.7 python3-flask python3-sqlalchemy python3-requests %description @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 22 2022 liheavy - 1.0.1-2 +- Fix the problem that the uninstallation fails due to not recognizing systemd_preun + * Mon Sep 07 2020 chenyanpan - 1.0.1-1 - Type: bugfix - DESC: fixed issues related to the validity of service configuration items and command line parameters