From 8ac8ec5e734b062fdf54d724bca233a82bacd350 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 9 Nov 2021 10:51:54 +1000 Subject: [PATCH] Don't build media-session on F35, it's a separate package now, see #2016247 --- pipewire.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pipewire.spec b/pipewire.spec index 98a0a8e..44ae17c 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -9,7 +9,7 @@ %global ms_version 0.4.0 # For rpmdev-bumpspec and releng automation -%global baserelease 2 +%global baserelease 3 #global snapdate 20210107 #global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb @@ -25,9 +25,7 @@ %bcond_without alsa %bcond_without vulkan -# Change this to F35 once 0.3.39 is in stable and we can build media-session -# against it. -%if (0%{?fedora} && 0%{?fedora} < 36) +%if (0%{?fedora} && 0%{?fedora} < 35) %bcond_without media_session %else %bcond_with media_session @@ -605,6 +603,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %endif %changelog +* Tue Nov 09 2021 Peter Hutterer - 0.3.39-3 +- Don't build media-session on F35, it's a separate package now, see #2016247 + * Wed Oct 27 2021 Peter Hutterer - 0.3.39-2 - Don't build media-session on F36, it's a separate package now, see #2016247 - Remove versioned systemd dependency, 184 was released in 2012