diff --git a/policycoreutils.spec b/policycoreutils.spec index 1c0f2166a8c42696d0d9d313c3cbc84a227670f7..0a098c587452a8257a95f5338592f2a946f3a7be 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -21,7 +21,7 @@ Patch2: backport-setfiles-avoid-unsigned-integer-underflow.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-wheel Requires: libsepol >= 3.3 libselinux-utils util-linux grep gawk diffutils rpm sed coreutils Provides: %{name}-restorecond = %{version}-%{release} @@ -258,6 +258,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Mon Apr 29 2024 zhangxianjun - 3.5-3 +- add build requires python3-wheel + * Wed Mar 20 2024 yixiangzhike - 3.5-2 - backport patch from upstream to avoid unsigned integer underflow