]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Enable zstd compression support for sle15-sp2
authorMichael Schroeder <mls@suse.de>
Thu, 28 May 2020 09:51:58 +0000 (11:51 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 28 May 2020 09:51:58 +0000 (11:51 +0200)
package/libsolv.changes
package/libsolv.spec.in

index 52ea1644f40124d839ac5a385dbe4ef306016d6e..743ec3d861ea52a6bdf2c584fd3b01dc51933d6b 100644 (file)
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu May 28 11:51:27 CEST 2020 - mls@suse.de
+
+- Enable zstd compression support for sle15-sp2
+
 -------------------------------------------------------------------
 Wed May 27 11:48:46 CEST 2020 - mls@suse.de
 
index cd56c6744594e7dc108e39db3d04580d0087fba2..7e16cdd6c73085ba9b74f7374f5289409333d60c 100644 (file)
@@ -24,7 +24,7 @@
 %bcond_with bz2
 %bcond_with xz
 %endif
-%if 0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500)
+%if 0%{?sle_version} >= 150200 || (0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500))
 %bcond_without zstd
 %else
 %bcond_with zstd