Enable tests subpackage

Resolves: RHEL-27845
Resolves: RHEL-31164
This commit is contained in:
Jan Grulich 2024-04-23 11:09:52 +02:00
parent 077c145165
commit a3c7f8137a

View File

@ -8,12 +8,12 @@
%global examples 1 %global examples 1
# FIXME: needs bootstrap # FIXME: needs bootstrap
#global build_tests 1 %global build_tests 1
Summary: Qt6 - SerialBus component Summary: Qt6 - SerialBus component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.7.0 Version: 6.7.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io Url: http://www.qt.io
@ -127,6 +127,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%endif %endif
%changelog %changelog
* Tue Apr 23 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-2
- Enable tests subpackage
Resolves: RHEL-27845
Resolves: RHEL-31164
* Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1 * Fri Apr 19 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
- 6.7.0 - 6.7.0
Resolves: RHEL-27845 Resolves: RHEL-27845