import pipewire-1.2.6-3.el10

cs10 imports/cs10/pipewire-1.2.6-3.el10
MSVSphere Packaging Team 3 months ago
parent c84bdb6785
commit f9eee04421
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -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 <wtaymans@redhat.com> - 1.2.6-3
- Enable libcamera support in RHEL-10
- Resolves: RHEL-64753
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.2.6-2
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018

Loading…
Cancel
Save