Skip to content

Commit d98457c

Browse files
committed
Revert "Disable zstd compression support for sle15-sp2 again"
This reverts commit 8038b53.
1 parent 399e635 commit d98457c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

package/libsolv.changes

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

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%{?is_opensuse} && (0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500)
27+
%if 0%{?sle_version} >= 150200 || (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)