Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
||||
cf9fba00b597d9baa3f673cc0960b23a40473ff1 SOURCES/valgrind-3.16.0.tar.bz2
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/valgrind-3.16.0.tar.bz2
|
||||
/valgrind-3.16.0.tar.bz2
|
||||
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
||||
SHA512 (valgrind-3.16.0.tar.bz2) = 6c82a0121e0ffde79f84943ea0f5791159ad3e37a490c1a18ff23f41cd4de62b62110e9c4d48b95b06d542f2a6d638492ecaeba9fed48f7e909e959aa4b4856d
|
@ -6,7 +6,7 @@
|
||||
Summary: Tool for finding memory management bugs in programs
|
||||
Name: %{?scl_prefix}valgrind
|
||||
Version: 3.16.0
|
||||
Release: 6%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
URL: http://www.valgrind.org/
|
||||
@ -67,12 +67,6 @@ URL: http://www.valgrind.org/
|
||||
%endif
|
||||
%endif
|
||||
|
||||
# Remove any pkgconfig provides for SCL devel packages.
|
||||
# These should only be provided by the base packages.
|
||||
%if %{is_scl}
|
||||
%define __provides_exclude_from ^%{_libdir}/pkgconfig/.*.pc$
|
||||
%endif
|
||||
|
||||
# Generating minisymtabs doesn't really work for the staticly linked
|
||||
# tools. Note (below) that we don't strip the vgpreload libraries at all
|
||||
# because valgrind might read and need the debuginfo in those (client)
|
||||
@ -477,12 +471,6 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 29 2021 Mark Wielaard <mjw@redhat.com> - 3.16.0-6
|
||||
- Use __provides_exclude_from instead of filter_from_provides
|
||||
|
||||
* Thu Jun 29 2021 Mark Wielaard <mjw@redhat.com> - 3.16.0-5
|
||||
- Filter out pkgconfig provides
|
||||
|
||||
* Wed Oct 21 2020 Mark Wielaard <mjw@redhat.com> - 3.16.0-4
|
||||
- Add valgrind-3.16.1-REX-prefix-JMP.patch
|
||||
- Add valgrind-3.16.1-epoll.patch
|
Loading…
Reference in New Issue
Block a user