Skip to content

Commit 8038b53

Browse files
committed
Disable zstd compression support for sle15-sp2 again
1 parent 437820e commit 8038b53

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package/libsolv.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Jun 4 11:07:57 CEST 2020 [email protected]
3+
4+
- Disable zstd compression support for sle15-sp2 again
5+
16
-------------------------------------------------------------------
27
Thu May 28 11:51:27 CEST 2020 - [email protected]
38

package/libsolv.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
%bcond_with bz2
2525
%bcond_with xz
2626
%endif
27-
%if 0%{?sle_version} >= 150200 || (0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500))
27+
%if 0%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500)
2828
%bcond_without zstd
2929
%else
3030
%bcond_with zstd

0 commit comments

Comments
 (0)