From bc373f5915a6150bf4b49ac958ab349ad1181423 Mon Sep 17 00:00:00 2001 From: Geunsik Lim Date: Tue, 21 Feb 2017 14:52:00 +0900 Subject: [PATCH] Added __debug_install_post to avoid a debug procedure "%define debug_package" handle the packaging of debug-info and debug-source. "%define __debug_install_post" executes assembling work for debug rpm files after completing all statements in the install section. Let's append __debug_install_post as well as debug_package because the '.spec' file will be only used for a meta package. Change-Id: I6b14a456b457c4c3c22c1af6dfde0ea29ae70e37 Signed-off-by: Geunsik Lim --- packaging/building-blocks.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index d683a58..0d1fbb6 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -1,4 +1,5 @@ # There are meta packages only. +%define __debug_install_post %{nil} %define debug_package %{nil} Name: building-blocks -- 2.34.1