SHA256
1
0
forked from pool/dehydrated

- Reenable nginx subpackage for factory

OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=62
This commit is contained in:
Daniel Molkentin 2020-09-14 13:43:34 +00:00 committed by Git OBS Bridge
parent 2ae092d676
commit 9d2a8c99b9
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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