Skip to content

Commit 7bed40f

Browse files
committed
libzstd is only available for >= leap15
1 parent 776c60d commit 7bed40f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package/libsolv.spec.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@
2020
%if 0%{?sle_version} >= 120300 || 0%{?suse_version} >= 1330 || !0%{?suse_version}
2121
%bcond_without bz2
2222
%bcond_without xz
23-
%bcond_without zstd
2423
%else
2524
%bcond_with bz2
2625
%bcond_with xz
26+
%endif
27+
%if 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500
28+
%bcond_without zstd
29+
%else
2730
%bcond_with zstd
2831
%endif
2932
%if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?mageia} >= 6 || 0%{?suse_version} >= 1330

0 commit comments

Comments
 (0)