[packages/opendmarc] set intended dir pemissions in .spec as well
glen
glen at pld-linux.org
Thu May 29 12:08:05 CEST 2014
commit 6c0044ad522c591e75b95f7d38f468e1dc04004e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu May 29 13:07:44 2014 +0300
set intended dir pemissions in .spec as well
opendmarc.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/opendmarc.spec b/opendmarc.spec
index 56e5492..16ffa36 100644
--- a/opendmarc.spec
+++ b/opendmarc.spec
@@ -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)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opendmarc.git/commitdiff/6c0044ad522c591e75b95f7d38f468e1dc04004e
More information about the pld-cvs-commit
mailing list