forked from pool/dehydrated
Accepting request 835832 from security:dehydrated
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/835832 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dehydrated?expand=0&rev=18
This commit is contained in:
commit
4a97011e97
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 13:42:19 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||||
|
|
||||||
|
- Reenable nginx subpackage for factory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 29 12:41:48 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
|
Mon Jun 29 12:41:48 UTC 2020 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define _home %{_sysconfdir}/dehydrated
|
%define _home %{_sysconfdir}/dehydrated
|
||||||
%define _postrunhooks %{_home}/postrun-hooks.d
|
%define _postrunhooks %{_home}/postrun-hooks.d
|
||||||
|
|
||||||
%if 0%{?sle_version} >= 120100 || 0%{?suse_version} >= 1210 || 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700
|
%if 0%{?sle_version} >= 120100 || 0%{?suse_version} >= 1210 || 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700
|
||||||
%define _lock_dir /run/dehydrated
|
%define _lock_dir /run/dehydrated
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
%else
|
%else
|
||||||
@ -29,7 +29,7 @@
|
|||||||
%bcond_with systemd
|
%bcond_with systemd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?sle_version} >= 150000 || %{defined fedora}
|
%if 0%{?sle_version} >= 150000 || 0%{?suse_version} >= 1500 || %{defined fedora}
|
||||||
%bcond_without nginx
|
%bcond_without nginx
|
||||||
%else
|
%else
|
||||||
%bcond_with nginx
|
%bcond_with nginx
|
||||||
|
Loading…
Reference in New Issue
Block a user