- switch build id generation to "alldebug" mode

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=425
This commit is contained in:
Michael Schröder 2017-12-07 16:03:52 +00:00 committed by Git OBS Bridge
parent e049855a99
commit 387ac01cee
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ./macros.in.orig 2017-12-01 15:20:22.361232667 +0000
+++ ./macros.in 2017-12-01 15:20:45.769165491 +0000
--- ./macros.in.orig 2017-12-07 16:01:58.933485867 +0000
+++ ./macros.in 2017-12-07 16:02:25.273409983 +0000
@@ -224,7 +224,8 @@ package or when debugging this package.\
%endif\
%{nil}
@ -49,6 +49,15 @@
#
# Include a .gdb_index section in the .debug files.
# Requires _enable_debug_packages and gdb-add-index installed.
@@ -521,7 +536,7 @@ package or when debugging this package.\
# Same as for "separate" but if the __debug_package global is set then
# the -debuginfo package will have a compatibility link for the main
# ELF /usr/lib/debug/.build-id/xx/yyy -> /usr/lib/.build-id/xx/yyy
-%_build_id_links compat
+%_build_id_links alldebug
# Whether build-ids should be made unique between package version/releases
# when generating debuginfo packages. If set to 1 this will pass
@@ -550,10 +565,10 @@ package or when debugging this package.\
%_unique_debug_srcs 1

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 7 17:02:52 CET 2017 - mls@suse.de
- switch build id generation to "alldebug" mode
-------------------------------------------------------------------
Mon Dec 4 18:35:41 UTC 2017 - kukuk@suse.com