Use bundled double-conversion in RHEL builds

Resolves: RHEL-32788
This commit is contained in:
Jan Grulich 2024-04-24 15:34:25 +02:00
parent 3d62116fdc
commit ff5daadada

View File

@ -47,7 +47,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt6-qtbase Name: qt6-qtbase
Summary: Qt6 - QtBase components Summary: Qt6 - QtBase components
Version: 6.7.0 Version: 6.7.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt-project.org/ Url: http://qt-project.org/
@ -130,7 +130,11 @@ BuildRequires: ninja-build
BuildRequires: cups-devel BuildRequires: cups-devel
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: findutils BuildRequires: findutils
%if 0%{?fedora} || 0%{?epel}
BuildRequires: double-conversion-devel BuildRequires: double-conversion-devel
%else
Provides: bundled(double-conversion)
%endif
%if 0%{?fedora} || 0%{?epel} %if 0%{?fedora} || 0%{?epel}
BuildRequires: libb2-devel BuildRequires: libb2-devel
%else %else
@ -873,6 +877,10 @@ make check -k ||:
%changelog %changelog
* Wed Apr 24 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-2
- Use bundled double-conversion in RHEL builds
Resolves: RHEL-32788
* Wed Apr 17 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1 * Wed Apr 17 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
- 6.7.0 - 6.7.0
+ sync with Fedora + sync with Fedora