forked from pool/obs-service-recompress
Accepting request 895548 from home:susnux:branches:openSUSE:Tools
See comment on SR#895534 (this time webui has not submitted the changed changelog entry...) OBS-URL: https://build.opensuse.org/request/show/895548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=43
This commit is contained in:
committed by
Git OBS Bridge
parent
b908267ace
commit
edfbf45e67
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 11:55:33 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Fixed checking for zstd support on different distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 03 05:25:43 UTC 2020 - adrian@suse.de
|
||||
|
||||
|
@@ -35,10 +35,8 @@ BuildRequires: xz
|
||||
Requires: bzip2
|
||||
Requires: gzip
|
||||
Requires: xz
|
||||
|
||||
%if (0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150000) || 0%{?fedora_version} < 25 || 0%{?rhel_version} < 6
|
||||
# noop
|
||||
%else
|
||||
# Enable zstd on all supported distributions
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 || 0%{?rhel} >= 6
|
||||
BuildRequires: zstd
|
||||
Requires: zstd
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user