1
0

2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 4 06:44:16 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>
- Update the bcond_with qt %suse_version check for future Leap 16
releases.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 26 11:39:37 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com> Thu Feb 26 11:39:37 UTC 2026 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -29,7 +29,7 @@ ExclusiveArch: x86_64 aarch64
%bcond_with ringdisabled %bcond_with ringdisabled
# Qt support through PyQt6 is in Leap16 but not SLFO # Qt support through PyQt6 is in Leap16 but not SLFO
%if 0%{?suse_version} == 1600 && !0%{?is_opensuse} %if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 && !0%{?is_opensuse}
%bcond_with qt %bcond_with qt
%else %else
%bcond_without qt %bcond_without qt