Accepting request 783059 from home:kallan:branches:Virtualization:VMware

- Simplified the conditional around systemd_ordering to just use
  suse_version >= 1500.

OBS-URL: https://build.opensuse.org/request/show/783059
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=386
This commit is contained in:
Kirk Allan 2020-03-09 17:48:31 +00:00 committed by Git OBS Bridge
parent 58fb03229c
commit 9f9b4f6627
2 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 9 17:10:27 UTC 2020 - Kirk Allan <kallan@suse.com>
- Simplified the conditional around systemd_ordering to just use
suse_version >= 1500.
-------------------------------------------------------------------
Fri Mar 6 22:46:16 UTC 2020 - Kirk Allan <kallan@suse.com>

View File

@ -166,19 +166,11 @@ Patch1: gcc10-warning.patch
Patch2: diskinfo-debug-logging-1162435.patch
Patch3: app_info_plugin.patch
%if 0%{?suse_version } > 1500
%systemd_ordering
%else
%if ( 0%{?is_opensuse} && 0%{?sle_version} >= 0150000 )
%systemd_ordering
%else
%if 0%{?sle_version} >= 150000 && !0%{?is_opensuse}
%if 0%{?suse_version } >= 1500
%systemd_ordering
%else
%systemd_requires
%endif
%endif
%endif
%description
Open Virtual Machine Tools (open-vm-tools) are the open source