]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
- fix user/group order in files
authorMarcin Krol <hawk@tld-linux.org>
Wed, 19 Dec 2018 22:50:16 +0000 (22:50 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 19 Dec 2018 22:50:16 +0000 (22:50 +0000)
dehydrated.spec

index b8672bacd23530cffeda1ae8ac0c0b50ce26eead..276990dfb452cc9c7d7c01dc7768a6fa57f2c75f 100644 (file)
@@ -126,4 +126,4 @@ rm -rf $RPM_BUILD_ROOT
 %dir %attr(700,root,root) /var/lib/%{name}/accounts
 %dir %attr(750,root,dehydrated) /var/lib/%{name}/certs
 # challenges written here, need to be readable by webserver
-%dir %attr(751,dehydrated,root) /var/lib/%{name}/acme-challenge
+%dir %attr(751,root,dehydrated) /var/lib/%{name}/acme-challenge
This page took 0.038558 seconds and 4 git commands to generate.