[packages/letsencrypt.sh] webserver optional
glen
glen at pld-linux.org
Thu Aug 4 12:49:58 CEST 2016
commit 9f9f4d8cb2cd5a66a440ded0aa2913d84335919e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Aug 4 13:49:36 2016 +0300
webserver optional
the tool could be used also when using haproxy as terminator
letsencrypt.sh.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec
index 5be63e2..e2b1bd4 100644
--- a/letsencrypt.sh.spec
+++ b/letsencrypt.sh.spec
@@ -1,7 +1,7 @@
Summary: letsencrypt/acme client implemented as a shell-script
Name: letsencrypt.sh
Version: 0.2.0
-Release: 2
+Release: 3
License: MIT
Group: Applications/Networking
Source0: https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -22,8 +22,8 @@ Requires: mktemp
Requires: openssl-tools
Requires: sed
Requires: webapps
-Requires: webserver(access)
-Requires: webserver(alias)
+Suggests: webserver(access)
+Suggests: webserver(alias)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/letsencrypt.sh.git/commitdiff/9f9f4d8cb2cd5a66a440ded0aa2913d84335919e
More information about the pld-cvs-commit
mailing list