Skip to content

Commit de444fa

Browse files
committed
RPM/SPEC: Do not execute %debug_package macro on SLES16
1 parent 7e03b78 commit de444fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ucx.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The acronym UCX stands for "Unified Communication X".
9191

9292
This package was built from '@SCM_BRANCH@' branch, commit @SCM_VERSION@.
9393

94-
%if "%{_vendor}" == "suse"
94+
%if "%{_vendor}" == "suse" && 0%{?suse_version} < 1600
9595
%debug_package
9696
%endif
9797

0 commit comments

Comments
 (0)