From 9c7ac4018464fd190e9c41c2ce8cf1fde545d043 Mon Sep 17 00:00:00 2001 From: Veronika Kabatova Date: Tue, 31 Mar 2026 19:34:58 +0200 Subject: [PATCH] Rebuild to fix missing binaries due to buildsystem oversight Resolves: RHEL-156272, RHEL-156273 Signed-off-by: Veronika Kabatova --- gstreamer1-plugins-good.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-good.spec b/gstreamer1-plugins-good.spec index d67ee92..1895932 100644 --- a/gstreamer1-plugins-good.spec +++ b/gstreamer1-plugins-good.spec @@ -28,7 +28,7 @@ Name: gstreamer1-plugins-good Version: 1.22.12 -Release: 6%{?dist} +Release: 7%{?dist} Summary: GStreamer plugins with good code and licensing License: CC0-1.0 AND GPL-2.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND xlock AND MIT AND BSD-3-Clause AND CC-BY-3.0 @@ -415,6 +415,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';' %changelog +* Tue Mar 31 2026 Veronika Kabatova - 1.22.12-7 +- Rebuild to fix missing binaries due to buildsystem oversight + * Mon Mar 30 2026 Tomas Pelka - 1.22.12-6 - Rebuild for z-stream Resolves: RHEL-156272, RHEL-156273