From 82ee804fe5f9e135c54e52d2e8b1389bfcb381c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E4=BA=9A=E4=B8=9C?= Date: Wed, 30 Aug 2023 07:40:36 +0000 Subject: [PATCH] fix Abnormal information during installation and uninstallation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 华亚东 (cherry picked from commit 7b0741ad6292cdecbb064eb59725c46b772b9549) --- ukui-control-center.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ukui-control-center.spec b/ukui-control-center.spec index 633d92d..7f06722 100644 --- a/ukui-control-center.spec +++ b/ukui-control-center.spec @@ -1,6 +1,6 @@ Name: ukui-control-center Version: 3.1.2 -Release: 23 +Release: 24 Summary: utilities to configure the UKUI desktop License: GPL-2+ URL: http://www.ukui.org @@ -63,7 +63,7 @@ Requires: ukui-media Requires: ukui-themes #install need but control is not exist Requires: libkylin-chkname1 - +Requires: lightdm Suggests: gsettings-desktop-schemas Suggests: mate-common @@ -111,6 +111,8 @@ groupadd nopasswdlogin &> /dev/null ||: %postun sed -i "/auth sufficient pam_succeed_if.so user ingroup nopasswdlogin/d" /etc/pam.d/lightdm + +%preun systemctl disable ukui-group-manager.service systemctl stop ukui-group-manager.service @@ -140,6 +142,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 30 2023 huayadong - 3.1.2-24 +- Type:bugfix +- ID:#I7WGWQ +- SUG:NA +- DESC:fix Abnormal information during installation and uninstallation + * Fri Aug 18 2023 douyan - 3.1.2-23 - Type:bugfix - ID:NA -- Gitee