[packages/letsencrypt.sh] package config dir

glen glen at pld-linux.org
Sat May 14 14:51:39 CEST 2016


commit 7410a329825d065a325e9d32e51681a4c9c837b3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 14 15:49:54 2016 +0300

    package config dir

 letsencrypt.sh.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/letsencrypt.sh.spec b/letsencrypt.sh.spec
index 5cdfca5..2dcfe88 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.1
+Release:	0.2
 License:	MIT
 Group:		Applications/Networking
 Source0:	https://github.com/lukas2511/letsencrypt.sh/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -75,9 +75,11 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.md CHANGELOG LICENSE
-%attr(755,root,root) %{_sbindir}/letsencrypt.sh
+%dir %attr(750,root,http) %{_sysconfdir}
 %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
 # challenges written here from letsencrypt.sh, need to be readable by webserver
 %dir %attr(751,root,root) %{_sysconfdir}/acme-challenges
+
+%attr(755,root,root) %{_sbindir}/letsencrypt.sh
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list