3.8.1-10 Don't disable -debuginfo package generation.
But do undefine _missing_build_ids_terminate_build.
This commit is contained in:
parent
cb8636cc53
commit
12d5b72cca
@ -3,7 +3,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.8.1
|
Version: 3.8.1
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -201,11 +201,10 @@ ExclusiveArch: %{ix86} x86_64 ppc ppc64 s390x %{arm}
|
|||||||
%define valsecarch %{nil}
|
%define valsecarch %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Disable build root strip policy
|
# Don't barf on mising build-ids when creating the -debuginfo package.
|
||||||
%define __spec_install_post /usr/lib/rpm/brp-compress || :
|
# See coregrind/link_tool_exe_linux.in, which links the tool executables
|
||||||
|
# statically and at an alternative load address.
|
||||||
# Disable -debuginfo package generation
|
%undefine _missing_build_ids_terminate_build
|
||||||
%define debug_package %{nil}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Valgrind is a tool to help you find memory-management problems in your
|
Valgrind is a tool to help you find memory-management problems in your
|
||||||
@ -433,6 +432,10 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 01 2013 Mark Wielaard <mjw@redhat.com> 3.8.1-10
|
||||||
|
- Don't disable -debuginfo package generation, but do undefine
|
||||||
|
_missing_build_ids_terminate_build.
|
||||||
|
|
||||||
* Thu Feb 28 2013 Mark Wielaard <mjw@redhat.com> 3.8.1-9
|
* Thu Feb 28 2013 Mark Wielaard <mjw@redhat.com> 3.8.1-9
|
||||||
- Replace valgrind-3.8.1-sendmsg-flags.patch with upstream version.
|
- Replace valgrind-3.8.1-sendmsg-flags.patch with upstream version.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user