Compare commits

..

2 Commits
c10 ... c10s

Author SHA1 Message Date
Jan Grulich
bac6f3b653 6.10.1
Resolves: RHEL-109197
2025-11-24 10:25:32 +01:00
Jan Grulich
55b6fdae93 6.9.1
Resolves: RHEL-78528
2025-05-14 12:51:56 +02:00
3 changed files with 11 additions and 1 deletions

0
.gitignore vendored
View File

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,7 +1,7 @@
Name: qt6
# This version MUST remain in sync with Qt6 versions!
Version: 6.9.1
Version: 6.10.1
Release: 1%{?dist}
Summary: Qt6 meta package
License: GPL-3.0-only
@ -211,6 +211,10 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README
%dir %{_datadir}/qt6/translations
%changelog
* Mon Nov 24 2025 Jan Grulich <jgrulich@redhat.com> - 6.10.1-1
- 6.10.1
Resolves: RHEL-109197
* Wed May 14 2025 Jan Grulich <jgrulich@redhat.com> - 6.9.1-1
- 6.9.1
Resolves: RHEL-78528