]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Enable zstd compression support for sle15
authorMichael Andres <ma@suse.de>
Tue, 23 Jun 2020 10:41:45 +0000 (12:41 +0200)
committerMichael Andres <ma@suse.de>
Tue, 23 Jun 2020 10:45:27 +0000 (12:45 +0200)
package/libsolv.changes
package/libsolv.spec.in

index 743ec3d861ea52a6bdf2c584fd3b01dc51933d6b..46a5e35f61e36dfc8066cb3562a4b4ed1b32716b 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Jun 23 12:43:16 CEST 2020 - ma@suse.de
+
+- Enable zstd compression support for sle15
+
 -------------------------------------------------------------------
 Thu May 28 11:51:27 CEST 2020 - mls@suse.de
 
index 7e16cdd6c73085ba9b74f7374f5289409333d60c..0964ad6bfb0a09bb813c132ce89496ef77ba3974 100644 (file)
@@ -24,7 +24,7 @@
 %bcond_with bz2
 %bcond_with xz
 %endif
-%if 0%{?sle_version} >= 150200 || (0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500))
+%if 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500
 %bcond_without zstd
 %else
 %bcond_with zstd