forked from pool/obs-service-recompress
Accepting request 957169 from home:bluca:branches:openSUSE:Tools
- disable zstd on RHEL, the package is not available on OBS OBS-URL: https://build.opensuse.org/request/show/957169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-recompress?expand=0&rev=46
This commit is contained in:
parent
101c8e0ef7
commit
3a297b4a09
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 24 01:43:12 UTC 2022 - Luca Boccassi <bluca@debian.org>
|
||||
|
||||
- disable zstd on RHEL, the package is not available on OBS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 23:05:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -34,7 +34,7 @@ Requires: bzip2
|
||||
Requires: xz
|
||||
BuildArch: noarch
|
||||
# Enable zstd on all supported distributions
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 || 0%{?rhel} >= 6
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25
|
||||
BuildRequires: zstd
|
||||
Requires: zstd
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user