From cd5677ae4f09533c0abbcb5155e32136aad4f72a Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 14 May 2025 17:36:20 +0000 Subject: [PATCH] import UBI qt6-6.8.1-3.el10 --- .gitignore | 0 gating.yaml | 6 ------ macros.qt6-srpm | 2 +- qt6.spec | 6 +----- 4 files changed, 2 insertions(+), 12 deletions(-) create mode 100644 .gitignore delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d353613..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/macros.qt6-srpm b/macros.qt6-srpm index b2a8c8c..cab54c6 100644 --- a/macros.qt6-srpm +++ b/macros.qt6-srpm @@ -5,5 +5,5 @@ # # If you cannot get this package to build on your secondary architecure, please: # # * remove your architecture from this list AND # # * put #1298011 onto your ExcludeArch tracker. -%qt6_qtwebengine_arches x86_64 aarch64 ppc64le +%qt6_qtwebengine_arches x86_64 aarch64 diff --git a/qt6.spec b/qt6.spec index b103297..278a7a3 100644 --- a/qt6.spec +++ b/qt6.spec @@ -2,7 +2,7 @@ Name: qt6 # This version MUST remain in sync with Qt6 versions! Version: 6.8.1 -Release: 4%{?dist} +Release: 3%{?dist} Summary: Qt6 meta package License: GPL-3.0-only URL: https://getfedora.org/ @@ -211,10 +211,6 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README %dir %{_datadir}/qt6/translations %changelog -* Tue Mar 04 2025 Jan Grulich - 6.8.1-4 -- Add pcc64le support to qt6_qtwebengine_arches macro - Resolves: RHEL-79886 - * Tue Dec 10 2024 Jan Grulich - 6.8.1-3 - Create lib64 directories only on 64bit architectures Resolves: RHEL-53982