[packages/letsencrypt.sh] own certs dir

glen glen at pld-linux.org
Sat May 14 19:08:11 CEST 2016


commit a113aaf65fe5fa2d9ed6b258eb57c845dfaae970
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 14 20:07:59 2016 +0300

    own certs dir

 letsencrypt.sh.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec
index 89322cb..0807102 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.1.0
-Release:	0.6
+Release:	0.7
 License:	MIT
 Group:		Applications/Networking
 Source0:	https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -47,7 +47,7 @@ Current features:
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/acme-challenges}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/{acme-challenges,certs}}
 
 install -p letsencrypt.sh $RPM_BUILD_ROOT%{_sbindir}
 
@@ -82,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.md CHANGELOG LICENSE
 %dir %attr(750,root,http) %{_sysconfdir}
+%dir %attr(700,root,root) %{_sysconfdir}/certs
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/letsencrypt.sh.git/commitdiff/a113aaf65fe5fa2d9ed6b258eb57c845dfaae970



More information about the pld-cvs-commit mailing list