diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 72b6c93..2c4430d 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 28 17:47:50 UTC 2023 - Kirk Allan + +- 15 sp4 currently uses open-vm-tools rpms from 15 sp3. As such, enable + the spec file fix for bug (bsc#1205927) for 15 sp3 onwards. + ------------------------------------------------------------------- Thu Sep 21 14:02:20 UTC 2023 - Marcus Meissner diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 54134f0..3fe5680 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -314,7 +314,7 @@ make %install %make_install -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 mkdir -p %buildroot%_modulesloaddir echo vmw_vsock_vmci_transport > %buildroot%_modulesloaddir/vmw_vsock_vmci_transport.conf %endif @@ -466,7 +466,7 @@ systemctl try-restart vmtoolsd.service || : %endif %files -%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400 +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150300 %_modulesloaddir/vmw_vsock_vmci_transport.conf %endif %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 0120300