1
0

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:
Adrian Schröter 2022-03-01 14:34:16 +00:00 committed by Git OBS Bridge
parent 101c8e0ef7
commit 3a297b4a09
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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