From 3a297b4a0917f6e88ff3392543f81cfb4b5552d2a9da53c0e2ebf994c7dd7da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 1 Mar 2022 14:34:16 +0000 Subject: [PATCH] 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 --- obs-service-recompress.changes | 5 +++++ obs-service-recompress.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/obs-service-recompress.changes b/obs-service-recompress.changes index 28ef865..302b90a 100644 --- a/obs-service-recompress.changes +++ b/obs-service-recompress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 24 01:43:12 UTC 2022 - Luca Boccassi + +- disable zstd on RHEL, the package is not available on OBS + ------------------------------------------------------------------- Sun Jan 30 23:05:35 UTC 2022 - Dirk Müller diff --git a/obs-service-recompress.spec b/obs-service-recompress.spec index 33f9c30..8eeea6d 100644 --- a/obs-service-recompress.spec +++ b/obs-service-recompress.spec @@ -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