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
This commit is contained in:
Kirk Allan 2023-09-28 18:56:09 +00:00 committed by Git OBS Bridge
parent bd81f8e716
commit df819ab2b7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 28 17:47:50 UTC 2023 - Kirk Allan <kallan@suse.com>
- 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 <meissner@suse.com>

View File

@ -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