forked from pool/dehydrated
Accepting request 769563 from home:dimstar:Factory
Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769563 OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=51
This commit is contained in:
parent
f7dc01a76d
commit
9952a18f28
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Oct 17 17:23:53 UTC 2019 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dehydrated
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -50,7 +50,7 @@ Version: 0.6.5
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: A client for signing certificates with an ACME server
|
Summary: A client for signing certificates with an ACME server
|
||||||
License: MIT
|
License: MIT
|
||||||
Url: https://github.com/lukas2511/dehydrated
|
URL: https://github.com/lukas2511/dehydrated
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: acme-challenge.conf.apache.in
|
Source1: acme-challenge.conf.apache.in
|
||||||
Source2: acme-challenge.conf.nginx.in
|
Source2: acme-challenge.conf.nginx.in
|
||||||
@ -89,7 +89,6 @@ BuildRequires: generic-logos-httpd
|
|||||||
BuildRequires: shadow
|
BuildRequires: shadow
|
||||||
%endif
|
%endif
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
BuildRequires: systemd
|
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%else #with_systemd
|
%else #with_systemd
|
||||||
|
Loading…
Reference in New Issue
Block a user