From b74e72ed44fdf4cbac490271caf534b984d5b4d3 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 10 Jan 2022 10:02:51 -0500 Subject: [PATCH] Add BR for wayland-protocols-devel to fix another FTBFS --- gstreamer1-plugins-bad-free.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gstreamer1-plugins-bad-free.spec b/gstreamer1-plugins-bad-free.spec index 4c54a7c..7736292 100644 --- a/gstreamer1-plugins-bad-free.spec +++ b/gstreamer1-plugins-bad-free.spec @@ -14,7 +14,7 @@ Name: gstreamer1-plugins-bad-free Version: 1.19.3 -Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer streaming media framework "bad" plugins License: LGPLv2+ and LGPLv2 @@ -69,6 +69,7 @@ BuildRequires: nettle-devel BuildRequires: libgcrypt-devel %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: wayland-devel +BuildRequires: wayland-protocols-devel %endif BuildRequires: gnutls-devel BuildRequires: libsrtp-devel @@ -636,6 +637,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/playout %changelog +* Mon Jan 10 2022 Scott Talbert - 1.19.3-3 +- Add BR for wayland-protocols-devel to fix another FTBFS + * Mon Nov 22 2021 Scott Talbert - 1.19.3-2 - Fix FTBFS with meson 0.60.1 (#2025782)