From b4c6f3f47a7b66b00692192811f9c4f6b6c167cc Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 22 Feb 2021 16:43:52 +0100 Subject: [PATCH] Do not require Phonon on ELN/RHEL --- python-qt5.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index 6734fd9..b76e9b0 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -42,7 +42,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -67,7 +67,9 @@ BuildRequires: chrpath BuildRequires: findutils BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-python) +%if ! 0%{?eln} BuildRequires: pkgconfig(phonon4qt5) +%endif BuildRequires: qt5-qtbase-private-devel BuildRequires: pkgconfig(Qt5Core) >= 5.5 %if 0%{?enginio} @@ -565,6 +567,9 @@ sed -i \ %changelog +* Mon Feb 22 2021 Jan Grulich - 5.15.0-8 +- Do not require Phonon on ELN/RHEL + * Wed Jan 27 2021 Fedora Release Engineering - 5.15.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild