From c76017c6c6c89c47cebc67622da704832471404a Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 16 Mar 2021 15:51:22 +0800 Subject: [PATCH] add "Requires: python3-pydbus" for subpackage setroubleshoot-server --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 4cc86fd..040f867 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Name: setroubleshoot Version: 3.3.24 -Release: 1 +Release: 2 Summary: SELinux Trouble Shooting Tool License: GPLv2+ URL: https://pagure.io/setroubleshoot @@ -41,7 +41,7 @@ BuildRequires: python3-devel Requires: python3-slip python3-systemd Requires: python3-gobject >= 3.11 Requires: dbus -Requires: python3-dbus +Requires: python3-dbus python3-pydbus Requires: polkit Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd @@ -159,6 +159,9 @@ chown -R setroubleshoot:setroubleshoot %{_localstatedir}/lib/%{name} %{_mandir}/man1/seapplet.1.gz %changelog +* Tue Mar 16 2021 yixiangzhike - 3.3.24-2 +- add "Requires: python3-pydbus" for subpackage setroubleshoot-server + * Fri Jan 22 2021 yixiangzhike - 3.3.24-1 - update to 3.3.24 -- Gitee