diff --git a/open-vm-tools.changes b/open-vm-tools.changes index 18659d5..41105cc 100644 --- a/open-vm-tools.changes +++ b/open-vm-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 9 17:10:27 UTC 2020 - Kirk Allan + +- Simplified the conditional around systemd_ordering to just use + suse_version >= 1500. + ------------------------------------------------------------------- Fri Mar 6 22:46:16 UTC 2020 - Kirk Allan diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 900dcae..51f18f6 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -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