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
This commit is contained in:
Bjørn Lie 2023-11-16 11:26:09 +00:00 committed by Git OBS Bridge
parent 5ac7ca0deb
commit 468cf4c633
3 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">zst</param> <param name="compression">xz</param>
</service> </service>
<service name="cargo_vendor" mode="manual"> <service name="cargo_vendor" mode="manual">
<param name="srcdir">gst-plugins-rs</param> <param name="srcdir">gst-plugins-rs</param>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 16 10:57:33 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- 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 <alarrosa@suse.com> Wed Nov 15 11:01:48 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -40,7 +40,7 @@ License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs
Source: %{_name}-%{version}.tar.zst Source: %{_name}-%{version}.tar.xz
Source2: vendor.tar.zst Source2: vendor.tar.zst
Source3: cargo_config Source3: cargo_config
Source4: gstreamer-plugins-rs.appdata.xml Source4: gstreamer-plugins-rs.appdata.xml