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:
parent
bd81f8e716
commit
df819ab2b7
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user