diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | build.macros.in | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |