- fix segfault in rpmtsNextFiles OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=683
18 lines
665 B
Diff
18 lines
665 B
Diff
--- macros.in.orig 2024-12-19 13:27:56.291657815 +0000
|
|
+++ macros.in 2024-12-19 13:29:00.335537654 +0000
|
|
@@ -199,11 +199,12 @@ package or when debugging this package.\
|
|
%{nil}
|
|
|
|
# The duplicate __debug_package definition is needed to ensure matching
|
|
-# state when %install is skipped due to short-circuit.
|
|
+# state when %install is skipped due to short-circuit, IFF buildsubdir
|
|
+# is defined (indicating use of automatic debuginfo generation)
|
|
%debug_package \
|
|
%ifnarch noarch\
|
|
%global __debug_package 1\
|
|
-%%global __debug_package 1\
|
|
+%{?buildsubdir:%%global __debug_package 1}\
|
|
%_debuginfo_template\
|
|
%{?_debugsource_packages:%_debugsource_template}\
|
|
%endif\
|