forked from pool/cockpit-machines
Update suse_version requirement to function with the planned bump jsc#PED-15820 #24
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
|
||||
Requires: qemu-spice
|
||||
%endif
|
||||
Requires: virt-install
|
||||
|
||||
Reference in New Issue
Block a user
This will always be false. Value can never be smaller than 1600 and bigger than or equal to 1699.
&&should be replaced with||