From 1af06821e08ba9860e26032a59e7a1fdce8a8e03 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 27 May 2018 19:50:34 +0000 Subject: [PATCH] - fix files --- dehydrated.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dehydrated.spec b/dehydrated.spec index 8e82c58..3d22410 100644 --- a/dehydrated.spec +++ b/dehydrated.spec @@ -1,7 +1,7 @@ Summary: letsencrypt/acme client implemented as a shell-script Name: dehydrated Version: 0.6.2 -Release: 1 +Release: 2 License: MIT Group: Applications/Networking Source0: https://github.com/lukas2511/dehydrated/archive/v%{version}/%{name}-%{version}.tar.gz @@ -108,6 +108,7 @@ rm -rf $RPM_BUILD_ROOT %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 +%dir %attr(755,root,root) /etc/%{name} %dir %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 -- 2.37.3