Drop qt6_exclude_arch macro

This commit is contained in:
Jan Grulich 2021-09-13 12:15:04 +02:00
parent ff257c58b2
commit 66d2eac381
2 changed files with 4 additions and 5 deletions

View File

@ -63,7 +63,3 @@
-DINSTALL_SYSCONFDIR=%{_qt6_sysconfdir} \\\
-DINSTALL_TRANSLATIONSDIR=%{_qt6_translationdir} \\\
-DQT_DISABLE_RPATH=TRUE
# FIXME: qt6-qtdeclarative doesn't build on S390x
# BUG: https://bugreports.qt.io/browse/QTBUG-93101
%qt6_exclude_arch ExcludeArch: s390x

View File

@ -1,7 +1,7 @@
Name: qt6
Version: 6.2.0~beta4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Qt6 meta package
License: GPLv3
URL: https://getfedora.org/
@ -115,6 +115,9 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%changelog
* Mon Sep 13 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~beta4-3
- Drop qt6_exclude_arch macro
* Mon Sep 13 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~beta4-2
- Add qt6_exclude_arch macro