diff --git a/_service b/_service
index c2c3036..9e967d9 100644
--- a/_service
+++ b/_service
@@ -4,6 +4,7 @@
git
0.5.2
0.5.2
+ dist/obs-service-recompress.spec
diff --git a/obs-service-recompress.changes b/obs-service-recompress.changes
index 66c09f0..d98f87b 100644
--- a/obs-service-recompress.changes
+++ b/obs-service-recompress.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Jan 5 08:53:17 UTC 2024 - Adrian Schröter
+
+- zstd is now available on SLE 15 SP0
+ Adding dependency there as well to fix bsc#1216361
+
-------------------------------------------------------------------
Tue Mar 1 14:41:26 UTC 2022 - Adrian Schröter
diff --git a/obs-service-recompress.spec b/obs-service-recompress.spec
index 76f8ed2..19a5e7b 100644
--- a/obs-service-recompress.spec
+++ b/obs-service-recompress.spec
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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
+%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} > 25
BuildRequires: zstd
Requires: zstd
%endif