From df819ab2b7168e765598dd1459526537618bfa2f02bbdf18f24ecc6d25204b60 Mon Sep 17 00:00:00 2001 From: Kirk Allan Date: Thu, 28 Sep 2023 18:56:09 +0000 Subject: [PATCH] Accepting request 1114131 from home:kallan:branches:Virtualization:VMware - 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. OBS-URL: https://build.opensuse.org/request/show/1114131 OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=446 --- open-vm-tools.changes | 6 ++++++ open-vm-tools.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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