Skip to content

Commit 94d3a41

Browse files
committed
Fix the condition to use salt-call alternatives on Tumbleweed
1 parent b363fe4 commit 94d3a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/salt.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%else
2222
%bcond_with libalternatives
2323
%endif
24-
%if 0%{?sle_version} >= 150400
24+
%if 0%{?sle_version} >= 150400 || 0%{?suse_version} > 1600
2525
%define _alternatives 1
2626
%endif
2727

0 commit comments

Comments
 (0)