From 4edfde253d84aa2d2843fb8b9c732b3d9aaa1c45 Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Thu, 29 Jun 2023 08:37:21 -0500 Subject: [PATCH] Remove valgrind This is causing build to fail as valgrind is pulling in python3.11 which is causing default python3 to change to 3.11 which causes the build to fail as our python modules we depend on are in 3.6. Resolves: RHEL-376 Signed-off-by: Tony Asleson --- libstoragemgmt.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libstoragemgmt.spec b/libstoragemgmt.spec index e4ce900..03afc0f 100644 --- a/libstoragemgmt.spec +++ b/libstoragemgmt.spec @@ -2,7 +2,7 @@ Name: libstoragemgmt Version: 1.9.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Storage array management library Group: System Environment/Libraries License: LGPLv2+ @@ -38,9 +38,6 @@ BuildRequires: python3-devel BuildRequires: systemd systemd-devel BuildRequires: chrpath -%ifarch %{valgrind_arches} -BuildRequires: valgrind -%endif %description The libStorageMgmt library will provide a vendor agnostic open source storage @@ -490,6 +487,10 @@ fi %{_mandir}/man1/local_lsmplugin.1* %changelog +* Thu Jun 29 2023 Tony Asleson - 1.9.1-7 +- Remove valgrind dependency as not being used and causing + build to fail as it pulls in python3.11 + * Tue Jun 27 2023 Tony Asleson - 1.9.1-6 - Fix subparsers