]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
package config dir
authorElan Ruusamäe <glen@delfi.ee>
Sat, 14 May 2016 12:49:54 +0000 (15:49 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 14 May 2016 12:49:54 +0000 (15:49 +0300)
letsencrypt.sh.spec

index 5cdfca58d7dfb2167afca3707bfaff87eba2ca56..2dcfe88ce861e0f525bd353aeac2c1180d4f2789 100644 (file)
@@ -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
This page took 0.059757 seconds and 4 git commands to generate.