X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=dehydrated.spec;h=d95dc1c10a99f6be0ba6ad5ccc319fd9310c4d97;hb=a42ba50d36086c95b6c5cd1aa88f00aa92f5bbfe;hp=433bc01df69670ca17587e63ccb471931004edb0;hpb=fdac690d45a9a7f50543a3bf1c9ebe8f4ae305e2;p=packages%2Fdehydrated.git diff --git a/dehydrated.spec b/dehydrated.spec index 433bc01..d95dc1c 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -1,7 +1,7 @@ Summary: letsencrypt/acme client implemented as a shell-script Name: dehydrated Version: 0.4.0 -Release: 0.3 +Release: 1 License: MIT Group: Applications/Networking Source0: https://github.com/lukas2511/dehydrated/archive/v%{version}/%{name}-%{version}.tar.gz @@ -21,7 +21,8 @@ Source12: 06-hook.sh Source13: 07-contact.sh Source14: hook.sh Source15: hook.functions -Source16: hook.global +Source16: hook.custom_functions +Source17: hook.global Patch0: tld.patch URL: https://github.com/lukas2511/dehydrated BuildRequires: rpmbuild(macros) >= 1.713 @@ -74,7 +75,8 @@ cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} \ $RPM_BUILD_ROOT/etc/%{name}/conf.d/ install -p %{SOURCE14} $RPM_BUILD_ROOT/etc/%{name}/hooks/hook.sh cp -p %{SOURCE15} $RPM_BUILD_ROOT/etc/%{name}/hooks/functions -cp -p %{SOURCE16} $RPM_BUILD_ROOT/etc/%{name}/hooks.d/global +cp -p %{SOURCE16} $RPM_BUILD_ROOT/etc/%{name}/hooks/custom_functions +cp -p %{SOURCE17} $RPM_BUILD_ROOT/etc/%{name}/hooks.d/global %clean rm -rf $RPM_BUILD_ROOT @@ -102,17 +104,18 @@ rm -rf $RPM_BUILD_ROOT %doc README.md CHANGELOG LICENSE %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name} %dir %attr(750,root,http) %{_webapps}/%{name} -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/apache.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/httpd.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/lighttpd.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/nginx.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/config %attr(755,root,root) /etc/%{name}/conf.d %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/conf.d/*.sh %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/domains.txt -%attr(755,root,root) /etc/%{name}/hooks -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/hooks/functions -%attr(750,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/hooks/hook.sh -%attr(755,root,root) /etc/%{name}/hooks.d +%dir %attr(755,root,root) /etc/%{name}/hooks +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/hooks/custom_functions +%attr(640,root,root) /etc/%{name}/hooks/functions +%attr(750,root,root) /etc/%{name}/hooks/hook.sh +%dir %attr(755,root,root) /etc/%{name}/hooks.d %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/hooks.d/global %attr(755,root,root) %{_sbindir}/%{name} %dir %attr(751,root,root) /var/lib/%{name}