From f9eee0442135b3a1935ec3227eeca045b09b358c Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 27 Nov 2024 09:47:36 +0300 Subject: [PATCH] import pipewire-1.2.6-3.el10 --- SPECS/pipewire.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/SPECS/pipewire.spec b/SPECS/pipewire.spec index f48163b..0c962ac 100644 --- a/SPECS/pipewire.spec +++ b/SPECS/pipewire.spec @@ -9,7 +9,7 @@ %global ms_version 0.4.2 # For rpmdev-bumpspec and releng automation -%global baserelease 2 +%global baserelease 3 #global snapdate 20210107 #global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb @@ -53,8 +53,8 @@ %bcond_without ffado %endif -# Disabled for RHEL < 11 and Fedora < 36 -%if (0%{?rhel} && 0%{?rhel} < 11) || (0%{?fedora} && 0%{?fedora} < 36) || ("%{_arch}" == "s390x") || ("%{_arch}" == "ppc64le") +# Disabled for RHEL < 10 and Fedora < 36 +%if (0%{?rhel} && 0%{?rhel} < 10) || (0%{?fedora} && 0%{?fedora} < 36) || ("%{_arch}" == "s390x") || ("%{_arch}" == "ppc64le") %bcond_with libcamera_plugin %else %bcond_without libcamera_plugin @@ -836,6 +836,10 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %endif %changelog +* Fri Nov 08 2024 Wim Taymans - 1.2.6-3 +- Enable libcamera support in RHEL-10 +- Resolves: RHEL-64753 + * Tue Oct 29 2024 Troy Dawson - 1.2.6-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018