Add requires for glibc-debuginfo to valgrind spec (#5958)
* add glibc-debuginfo to valgrind requires * bump version of valgrind spec * fix spacing on glibc-debuginfo in changelog --------- Co-authored-by: Sam Meluch <sam.meluch@microsoft.com>
This commit is contained in:
parent
f605bec06c
commit
2f6c8a3a6e
|
@ -2,13 +2,14 @@
|
||||||
Summary: Memory Management Debugger.
|
Summary: Memory Management Debugger.
|
||||||
Name: valgrind
|
Name: valgrind
|
||||||
Version: 3.18.1
|
Version: 3.18.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Vendor: Microsoft Corporation
|
Vendor: Microsoft Corporation
|
||||||
Distribution: Mariner
|
Distribution: Mariner
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: https://valgrind.org
|
URL: https://valgrind.org
|
||||||
Source0: https://sourceware.org/pub/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://sourceware.org/pub/%{name}/%{name}-%{version}.tar.bz2
|
||||||
|
Requires: glibc-debuginfo
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if %{with_check}
|
%if %{with_check}
|
||||||
BuildRequires: docbook-dtd-xml
|
BuildRequires: docbook-dtd-xml
|
||||||
|
@ -49,6 +50,9 @@ make %{?_smp_mflags} -k check
|
||||||
%{_libexecdir}/valgrind/*
|
%{_libexecdir}/valgrind/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 08 2023 Sam Meluch <sammeluch@microsoft.com> - 3.18.1-3
|
||||||
|
- Add glibc-debuginfo to Requires
|
||||||
|
|
||||||
* Wed Apr 26 2023 Olivia Crain <oliviacrain@microsoft.com> - 3.18.1-2
|
* Wed Apr 26 2023 Olivia Crain <oliviacrain@microsoft.com> - 3.18.1-2
|
||||||
- Fix flaky doctests by installing XML DTD files package during check builds
|
- Fix flaky doctests by installing XML DTD files package during check builds
|
||||||
- Use SPDX license expression in license tag
|
- Use SPDX license expression in license tag
|
||||||
|
|
Loading…
Reference in New Issue