]> git.pld-linux.org Git - packages/opendmarc.git/commitdiff
set intended dir pemissions in .spec as well
authorElan Ruusamäe <glen@delfi.ee>
Thu, 29 May 2014 10:07:44 +0000 (13:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 29 May 2014 10:07:44 +0000 (13:07 +0300)
opendmarc.spec

index 56e5492318e379a889d9abd1b5a6b44575c408d5..16ffa36aa675f2767356b74c0346243dea027576 100644 (file)
@@ -9,7 +9,7 @@ License:        BSD
 Group:         Daemons
 Source0:       http://downloads.sourceforge.net/opendmarc/%{name}-%{version}.tar.gz
 # Source0-md5: bad2c454841cf7711fc148e114620051
-Source1:       opendmarc.tmpfiles
+Source1:       %{name}.tmpfiles
 URL:           http://www.trusteddomain.org/opendmarc.html
 BuildRequires: libtool
 BuildRequires: mysql-devel
@@ -124,8 +124,8 @@ fi
 %{_mandir}/man5/opendmarc.conf.5*
 %{_mandir}/man8/opendmarc*.8*
 %{systemdtmpfilesdir}/%{name}.conf
-%dir %attr(-,%{name},%{name}) %{_localstatedir}/spool/%{name}
-%dir %attr(-,%{name},%{name}) %{_localstatedir}/run/%{name}
+%dir %attr(700,opendmarc,opendmarc) %{_localstatedir}/spool/%{name}
+%dir %attr(700,opendmarc,opendmarc) %{_localstatedir}/run/%{name}
 
 %files -n libopendmarc
 %defattr(644,root,root,755)
This page took 0.090869 seconds and 4 git commands to generate.