Add pcc64le support to qt6_qtwebengine_arches macro

Resolves: RHEL-79886
This commit is contained in:
Jan Grulich 2025-03-04 10:23:09 +01:00
parent 4fb1b666d3
commit 8b82ad3d4c
2 changed files with 6 additions and 2 deletions

View File

@ -5,5 +5,5 @@
# # If you cannot get this package to build on your secondary architecure, please: # # If you cannot get this package to build on your secondary architecure, please:
# # * remove your architecture from this list AND # # * remove your architecture from this list AND
# # * put #1298011 onto your ExcludeArch tracker. # # * put #1298011 onto your ExcludeArch tracker.
%qt6_qtwebengine_arches x86_64 aarch64 %qt6_qtwebengine_arches x86_64 aarch64 ppc64le

View File

@ -2,7 +2,7 @@
Name: qt6 Name: qt6
# This version MUST remain in sync with Qt6 versions! # This version MUST remain in sync with Qt6 versions!
Version: 6.8.1 Version: 6.8.1
Release: 3%{?dist} Release: 4%{?dist}
Summary: Qt6 meta package Summary: Qt6 meta package
License: GPL-3.0-only License: GPL-3.0-only
URL: https://getfedora.org/ URL: https://getfedora.org/
@ -211,6 +211,10 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%dir %{_datadir}/qt6/translations %dir %{_datadir}/qt6/translations
%changelog %changelog
* Tue Mar 04 2025 Jan Grulich <jgrulich@redhat.com> - 6.8.1-4
- Add pcc64le support to qt6_qtwebengine_arches macro
Resolves: RHEL-79886
* Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-3 * Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-3
- Create lib64 directories only on 64bit architectures - Create lib64 directories only on 64bit architectures
Resolves: RHEL-53982 Resolves: RHEL-53982