From 123f74ee6c4c3c9910ba1287b8b65a226c96c3244e7f4a8f07f74457d9b34af2 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 16 Nov 2023 05:40:02 +0000 Subject: [PATCH] Accepting request 1120602 from GNOME:Next Opinion? I can't be bothered to figure out why it now fails with new cargo-c - Add ix86 to excluded arches. OBS-URL: https://build.opensuse.org/request/show/1120602 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=56 --- gstreamer-plugins-rs.changes | 5 +++++ gstreamer-plugins-rs.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gstreamer-plugins-rs.changes b/gstreamer-plugins-rs.changes index af65c2b..8749b35 100644 --- a/gstreamer-plugins-rs.changes +++ b/gstreamer-plugins-rs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 24 15:06:02 UTC 2023 - Bjørn Lie + +- Add ix86 to excluded arches. + ------------------------------------------------------------------- Fri Sep 22 14:29:14 UTC 2023 - Bjørn Lie diff --git a/gstreamer-plugins-rs.spec b/gstreamer-plugins-rs.spec index 37d2ddc..6a7ac5e 100644 --- a/gstreamer-plugins-rs.spec +++ b/gstreamer-plugins-rs.spec @@ -67,7 +67,7 @@ BuildRequires: pkgconfig(pango) Requires: gstreamer Requires: gstreamer-plugins-base Enhances: gstreamer -ExcludeArch: ppc ppc64 ppc64le s390 +ExcludeArch: ppc ppc64 ppc64le s390 %ix86 %description GStreamer is a streaming media framework based on graphs of filters