We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776c60d commit 7bed40fCopy full SHA for 7bed40f
1 file changed
package/libsolv.spec.in
@@ -20,10 +20,13 @@
20
%if 0%{?sle_version} >= 120300 || 0%{?suse_version} >= 1330 || !0%{?suse_version}
21
%bcond_without bz2
22
%bcond_without xz
23
-%bcond_without zstd
24
%else
25
%bcond_with bz2
26
%bcond_with xz
+%endif
27
+%if 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500
28
+%bcond_without zstd
29
+%else
30
%bcond_with zstd
31
%endif
32
%if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?mageia} >= 6 || 0%{?suse_version} >= 1330
0 commit comments