From ad6e66bd78b75e86667024dae7ba58eff04533ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Fri, 7 Jun 2024 15:12:31 +0200 Subject: [PATCH] remove redundant patchelf dependency Resolves: RHEL-36334 --- numpy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index 3f0ef02..0d4d14a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -20,7 +20,7 @@ Name: numpy Version: 1.26.4 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -70,7 +70,6 @@ BuildRequires: lapack-devel BuildRequires: libdivide-devel %endif BuildRequires: ninja-build -BuildRequires: patchelf %if %{with tests} BuildRequires: python3-hypothesis BuildRequires: python3-pytest @@ -246,6 +245,9 @@ python3 runtests.py --no-build -- -ra -k 'not test_ppc64_ibm_double_double128 %{ %changelog +* Wed Jun 05 2024 Lukáš Zaoral - 1:1.26.4-3 +- remove redundant patchelf dependency (RHEL-36334) + * Fri Mar 15 2024 Jerry James - 1:1.26.4-2 - Unbundle libdivide in Fedora - Let libdivide use vector instructions when possible