From f6596a4ca58ed067f1d62f38009021bf76cf473e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 31 Jul 2017 14:43:55 +0200 Subject: [PATCH] Define _include_gdx_index (RHBZ #1476722) References: https://bugzilla.redhat.com/show_bug.cgi?id=1476722 Signed-off-by: Igor Gnatenko --- macros | 1 + redhat-rpm-config.spec | 3 +++ 2 files changed, 4 insertions(+) diff --git a/macros b/macros index fbe3186..1a29b41 100644 --- a/macros +++ b/macros @@ -20,6 +20,7 @@ %_enable_debug_packages 1 %_include_minidebuginfo 1 +%_include_gdb_index 1 #============================================================================== # ---- configure and makeinstall. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 506ceee..299f135 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -144,6 +144,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Jul 31 2017 Igor Gnatenko +- Define _include_gdx_index (RHBZ #1476722) + * Tue Jul 18 2017 Florian Festi - 66-1 - Honor %%kmodtool_generate_buildreqs (#1472201)