From 884702a013a37681e6cee410022a90f3f9027a3c Mon Sep 17 00:00:00 2001 From: zgzxx Date: Mon, 18 Sep 2023 15:20:25 +0800 Subject: [PATCH] add buildrequires python3-setuptool and python3-wheel for build --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ee26bce..4bd13bf 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Name: setroubleshoot Version: 3.3.32 -Release: 1 +Release: 2 Summary: SELinux Trouble Shooting Tool License: GPLv2+ URL: https://gitlab.com/setroubleshoot/setroubleshoot @@ -12,7 +12,7 @@ Patch9000: Fix-config-file-to-deny-noraml-user-to-stop-Setroubleshootd.patch BuildRequires: gcc libcap-ng-devel intltool gettext python3 python3-devel BuildRequires: desktop-file-utils dbus-glib-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel -BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel xdg-utils python3-pip +BuildRequires: python3-libselinux python3-dasbus python3-gobject gtk3-devel xdg-utils python3-pip python3-setuptools python3-wheel Requires: %{name}-server = %{version}-%{release} Requires: gtk3, libnotify libreport python3-libreport python3-gobject python3-dasbus xdg-utils @@ -160,6 +160,9 @@ chown -R setroubleshoot:setroubleshoot %{_localstatedir}/lib/%{name} %{_mandir}/man1/seapplet.1.gz %changelog +* Mon Sep 18 2023 zhangguangzhi - 3.3.32-2 +- add buildrequires python3-setuptools and python3-wheel for build + * Thu Jul 20 2023 zhangguangzhi - 3.3.32-1 - update version to 3.3.32 -- Gitee