disable _package_note_flags because it breaks qt5-qtwebkit

This commit is contained in:
Than Ngo 2022-02-09 11:30:23 +01:00
parent c65c611e33
commit 94aa2286cf
1 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,6 @@
%undefine _annotated_build
# The additional linker flags break binary qt5-qtwebkits packages.
# https://bugzilla.redhat.com/show_bug.cgi?id=2046931
%undefine _package_note_flags
%global qt_module qtwebkit
@ -16,7 +18,7 @@
Name: qt5-%{qt_module}
Version: 5.212.0
Release: 0.61.%{?prerel}%{?dist}
Release: 0.62.%{?prerel}%{?dist}
Summary: Qt5 - QtWebKit components
License: LGPLv2 and BSD
@ -130,6 +132,7 @@ test -f Source/WebCore/Resources/textAreaResizeCorner.png
# we update this change. Until such time...
# Disable LTO
%define _lto_cflags %{nil}
%define _package_note_flags %{nil}
# The following changes of optflags ietc. are adapted from webkitgtk4 package, which
# is mostly similar to this one...
@ -245,6 +248,10 @@ test -z "$(pkg-config --cflags Qt5WebKit | grep Qt5WebKit)"
%changelog
* Wed Feb 09 2022 Than Ngo <than@redhat.com> - 5.212.0-0.62.alpha4
- disable _package_note_flags because it breaks qt5-qtwebkit
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.212.0-0.61.alpha4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild