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