From 9110c29a0904e90f08730ae86ee0408495c0add0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 3 Aug 2017 11:58:27 +0200 Subject: generate .gdb_index sections by default --- NEWS | 1 + build.macros.in | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d203f5b..bde43b1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- generate .gdb_index sections by default - move _debuginfo_subpackages and _debugsource_packages from rpm Version 2.23 - 30 July 2017, by Neal Gompa diff --git a/build.macros.in b/build.macros.in index e7657d1..eae7f37 100644 --- a/build.macros.in +++ b/build.macros.in @@ -144,6 +144,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - # Requires _enable_debug_packages. # %_include_minidebuginfo 1 +%_include_gdb_index 1 %_debugsource_packages 1 %_debuginfo_subpackages 1 -- cgit v1.2.1