From 4d0279d3cc66360de83f950f91cfb0a5a52c1c6a Mon Sep 17 00:00:00 2001 From: zgzxx Date: Mon, 18 Sep 2023 14:59:53 +0800 Subject: [PATCH] add buildrequires python3-setuptool and python3-wheel for build --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index e4cd7fd..734f315 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.5 -Release: 1 +Release: 2 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -20,7 +20,7 @@ Patch1: fix-fixfiles-N-date-function-two.patch BuildRequires: gcc BuildRequires: pam-devel libsepol-static >= %{version} libsemanage-static >= %{version} libselinux-devel >= %{version} libcap-devel audit-libs-devel gettext BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel python3-devel libcap-ng-devel -BuildRequires: systemd systemd-units python3-pip +BuildRequires: systemd systemd-units python3-pip python3-setuptools python3-wheel Requires: libsepol >= 3.3 libselinux-utils util-linux grep gawk diffutils rpm sed coreutils Provides: %{name}-restorecond = %{version}-%{release} @@ -257,6 +257,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Mon Sep 18 2023 zhangguangzhi - 3.5-2 +- add buildrequires python3-setuptool and python3-wheel for build + * Mon Jul 17 2023 zhangguangzhi - 3.5-1 - update version to 3.5 -- Gitee