forked from pool/dehydrated
Accepting request 769716 from security:dehydrated
OBS-URL: https://build.opensuse.org/request/show/769716 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dehydrated?expand=0&rev=13
This commit is contained in:
commit
59924aebc2
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 12:25:00 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Drop systemd BuildRequires: pkgconfig(systemd) is already in
|
||||
place and is synonymous.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 17:23:53 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
- Remove obsolete Groups tag (fate#326485)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 10 17:18:25 UTC 2019 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dehydrated
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -50,8 +50,7 @@ Version: 0.6.5
|
||||
Release: 0
|
||||
Summary: A client for signing certificates with an ACME server
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Security
|
||||
Url: https://github.com/lukas2511/dehydrated
|
||||
URL: https://github.com/lukas2511/dehydrated
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: acme-challenge.conf.apache.in
|
||||
Source2: acme-challenge.conf.nginx.in
|
||||
@ -90,7 +89,6 @@ BuildRequires: generic-logos-httpd
|
||||
BuildRequires: shadow
|
||||
%endif
|
||||
%if %{with systemd}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%{?systemd_requires}
|
||||
%else #with_systemd
|
||||
@ -124,7 +122,6 @@ Current features:
|
||||
|
||||
%package %{_apache}
|
||||
Summary: Apache Integration for dehydrated
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: %{_apache}
|
||||
Requires: %{name}
|
||||
Obsoletes: letsencrypt.sh-%{_apache} < %{version}
|
||||
@ -139,7 +136,6 @@ This adds a configuration file for dehydrated's acme-challenge to Apache.
|
||||
%if %{with nginx}
|
||||
%package nginx
|
||||
Summary: Nginx Integration for dehydrated
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: %{name}
|
||||
Requires: nginx
|
||||
Obsoletes: letsencrypt.sh-nginx < %{version}
|
||||
@ -152,7 +148,6 @@ This adds a configuration file for dehydrated's acme-challenge to nginx.
|
||||
%if %{with lighttpd}
|
||||
%package lighttpd
|
||||
Summary: Lighttpd Integration for dehydrated
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: %{name}
|
||||
Requires: lighttpd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user