From 4fc8695f4d6935cc193661385a2c54fa339b6ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 26 May 2023 11:32:55 +0200 Subject: [PATCH] Fix build with pip 23.1.2+ Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2209019 --- libselinux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libselinux.spec b/libselinux.spec index e0e10aa..ab9757e 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -4,7 +4,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: LicenseRef-Fedora-Public-Domain # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz @@ -20,7 +20,7 @@ Patch0001: 0001-Use-SHA-2-instead-of-SHA-1.patch # Patch list end BuildRequires: gcc make BuildRequires: ruby-devel ruby libsepol-static >= %{libsepolver} swig pcre2-devel xz-devel -BuildRequires: python3 python3-devel python3-setuptools python3-pip +BuildRequires: python3 python3-devel python3-setuptools python3-wheel python3-pip BuildRequires: systemd Requires: libsepol%{?_isa} >= %{libsepolver} pcre2 Conflicts: filesystem < 3, selinux-policy-base < 3.13.1-138 @@ -214,6 +214,10 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool* %{ruby_vendorarchdir}/selinux.so %changelog +* Fri May 26 2023 Miro HronĨok - 3.5-2 +- Fix build with pip 23.1.2+ +- Fixes: rhbz#2209019 + * Fri Feb 24 2023 Petr Lautrbach - 3.5-1 - SELinux userspace 3.5 release