]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Disable zstd compression support for sle15-sp2 again
authorMichael Andres <ma@suse.de>
Thu, 4 Jun 2020 09:37:27 +0000 (11:37 +0200)
committerMichael Andres <ma@suse.de>
Thu, 4 Jun 2020 09:37:27 +0000 (11:37 +0200)
package/libsolv.changes
package/libsolv.spec.in

index 743ec3d861ea52a6bdf2c584fd3b01dc51933d6b..707d24a7f48f44201eb87bb94b055a282c392e54 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Jun  4 11:07:57 CEST 2020  ma@suse.de
+
+- Disable zstd compression support for sle15-sp2 again
+
 -------------------------------------------------------------------
 Thu May 28 11:51:27 CEST 2020 - mls@suse.de
 
index 7e16cdd6c73085ba9b74f7374f5289409333d60c..cd56c6744594e7dc108e39db3d04580d0087fba2 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%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500)
 %bcond_without zstd
 %else
 %bcond_with zstd