SHA256
1
0
forked from pool/dehydrated
Daniel Molkentin 2019-08-10 17:43:44 +00:00 committed by Git OBS Bridge
parent f49a7b4c9f
commit c29b838222
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Sat Aug 10 17:18:25 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
- Behavioral change: Use cron only for older RHEL/CentOS versions
(along with openSUSE < 12.3). Everything else now uses systemd.
(along with SLE < 12.0). Everything else now uses systemd.
Please adopt accordingly! Refer to README.md for
-------------------------------------------------------------------

View File

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