From 468cf4c633bbcbaf909b8c7dc462ecc06991a5ba17e540aec29e2f27a29707f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 16 Nov 2023 11:26:09 +0000 Subject: [PATCH] Accepting request 1126835 from home:alarrosa:branches:multimedia:libs - Use xz format in the _service file since services in SLE SP6 don't support zstd. OBS-URL: https://build.opensuse.org/request/show/1126835 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=59 --- _service | 2 +- gstreamer-plugins-rs.changes | 6 ++++++ gstreamer-plugins-rs.spec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_service b/_service index 790bf98..92fd1a4 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ *.tar - zst + xz gst-plugins-rs diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index 4f59b17..5874bce 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 16 10:57:33 UTC 2023 - Antonio Larrosa + +- Use xz format in the _service file since services in SLE SP6 + don't support zstd. + ------------------------------------------------------------------- Wed Nov 15 11:01:48 UTC 2023 - Antonio Larrosa diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index 854013f..b078398 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -40,7 +40,7 @@ License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs -Source: %{_name}-%{version}.tar.zst +Source: %{_name}-%{version}.tar.xz Source2: vendor.tar.zst Source3: cargo_config Source4: gstreamer-plugins-rs.appdata.xml