X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdehydrated.git;a=blobdiff_plain;f=dehydrated.spec;h=21c11032913b67d0489421354bfa4a759f436444;hp=3a25b89a1105629ecc9e3399234b7a9e441b024a;hb=b5d5d321a92ef9a1ee59bc6ffebc3bb2d2f93454;hpb=75b6ad1cd661e9e0c9c5617b871603ecdfcb6ab0 diff --git a/dehydrated.spec b/dehydrated.spec index 3a25b89..21c1103 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -1,11 +1,11 @@ Summary: letsencrypt/acme client implemented as a shell-script Name: dehydrated -Version: 0.6.2 -Release: 4 +Version: 0.6.5 +Release: 1 License: MIT Group: Applications/Networking Source0: https://github.com/lukas2511/dehydrated/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: d4db13d5965054b0a231bf95285c6cf0 +# Source0-md5: cedf07369517c317c4e1075540b94699 Source1: httpd.conf Source2: lighttpd.conf Source3: nginx.conf @@ -66,7 +66,7 @@ Current features: %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sbindir},{/etc/%{name},%{_webapps}/%{name}}/{conf.d,hooks,hooks.d},/etc/{cron,sudoers}.d} \ - $RPM_BUILD_ROOT/var/lib/%{name}/{accounts,acme-challenges,certs} + $RPM_BUILD_ROOT/var/lib/%{name}/{accounts,acme-challenges,alpn-certs,certs} install -p %{name} $RPM_BUILD_ROOT%{_sbindir} cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_webapps}/%{name}/httpd.conf @@ -115,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README.md CHANGELOG LICENSE +%doc README.md CHANGELOG LICENSE docs/*.md docs/examples/config %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sudoers.d/%{name} %dir %attr(750,root,http) %{_webapps}/%{name} @@ -136,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_sbindir}/%{name} %dir %attr(751,root,root) /var/lib/%{name} %dir %attr(700,root,root) /var/lib/%{name}/accounts +%dir %attr(750,root,dehydrated) /var/lib/%{name}/alpn-certs %dir %attr(750,root,dehydrated) /var/lib/%{name}/certs -# challenges written here, need to be readable by webserver +# challenges are written here, need to be readable by webserver %dir %attr(751,root,dehydrated) /var/lib/%{name}/acme-challenges