aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-08-03 11:58:27 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-08-03 11:58:27 +0200
commit9110c29a0904e90f08730ae86ee0408495c0add0 (patch)
tree136666c206b1587a5bbc34601651b1d5023884dd
parent5e1ded7a6308bcf389e1ed5d505bb45f8ce4301b (diff)
downloadrpm-setup-9110c29a0904e90f08730ae86ee0408495c0add0.tar
rpm-setup-9110c29a0904e90f08730ae86ee0408495c0add0.tar.gz
rpm-setup-9110c29a0904e90f08730ae86ee0408495c0add0.tar.bz2
rpm-setup-9110c29a0904e90f08730ae86ee0408495c0add0.tar.xz
rpm-setup-9110c29a0904e90f08730ae86ee0408495c0add0.zip
generate .gdb_index sections by default
-rw-r--r--NEWS1
-rw-r--r--build.macros.in1
2 files changed, 2 insertions, 0 deletions
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