SHA256
1
0
forked from pool/dehydrated

Negate again, < comparisions do not work

OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=47
This commit is contained in:
Daniel Molkentin 2019-08-10 17:58:33 +00:00 committed by Git OBS Bridge
parent 29ce8547a4
commit 4a20247149

View File

@ -21,12 +21,12 @@
%define _home %{_sysconfdir}/dehydrated
%define _postrunhooks %{_home}/postrun-hooks.d
%if 0%{?sle_version} < 120100 || 0%{?suse_version} < 1210 || 0%{?rhel_version} < 700 || 0%{?centos_version} < 700
%define _lock_dir %{_localstatedir}/run/dehydrated
%bcond_with systemd
%else
%if 0%{?sle_version} >= 120100 || 0%{?suse_version} >= 1210 || 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700
%define _lock_dir /run/dehydrated
%bcond_without systemd
%else
%define _lock_dir %{_localstatedir}/run/dehydrated
%bcond_with systemd
%endif
%if 0%{?is_opensuse} || %{defined fedora}