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 <tasleson@redhat.com>
This commit is contained in:
parent
68b61e8526
commit
4edfde253d
@ -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 <tasleson@redhat.com> - 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 <tasleson@redhat.com> - 1.9.1-6
|
||||
- Fix subparsers
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user