SHA256
1
0
forked from pool/dehydrated

TW requires suse_version

OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=45
This commit is contained in:
Daniel Molkentin 2019-08-10 17:50:58 +00:00 committed by Git OBS Bridge
parent c29b838222
commit 695fa06d07

View File

@ -21,7 +21,7 @@
%define _home %{_sysconfdir}/dehydrated
%define _postrunhooks %{_home}/postrun-hooks.d
%if 0%{?sle_version} < 120000 || 0%{?rhel_version} < 700 || 0%{?centos_version} < 700
%if 0%{?sle_version} < 120100 || %{?suse_version} < 1210 || 0%{?rhel_version} < 700 || 0%{?centos_version} < 700
%define _lock_dir %{_localstatedir}/run/dehydrated
%bcond_with systemd
%else