10
0

Update suse_version requirement to function with the planned bump jsc#PED-15820 #24

Manually merged
abrooks merged 1 commits from abrooks/cockpit-machines:update-suse_version into main 2026-03-05 11:08:00 +01:00
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 4 09:44:23 UTC 2026 - Alice Brooks <alice.brooks@suse.com>
- Update suse_version requirement to function with the planned bump jsc#PED-15820
-------------------------------------------------------------------
Tue Feb 24 09:04:26 UTC 2026 - Alice Brooks <alice.brooks@suse.com>

View File

@@ -42,7 +42,7 @@ Requires: libvirt-daemon-kvm
%endif
Requires: libvirt-client
Requires: libvirt-dbus >= 1.2.0
%if 0%{?suse_version} != 1600
%if 0%{?suse_version} < 1600 || %{suse_version} >= 1699

This will always be false. Value can never be smaller than 1600 and bigger than or equal to 1699.

&& should be replaced with ||

This will always be false. Value can never be smaller than 1600 *and* bigger than or equal to 1699. `&&` should be replaced with `||`
Requires: qemu-spice
%endif
Requires: virt-install