[Secure Coding] master: Packaging: Fix RPM macro issue (11ef1e6)

fweimer at fedoraproject.org fweimer at fedoraproject.org
Fri Jun 6 14:42:21 UTC 2014


Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit 11ef1e626053e2562a03c90eee67acb8c93f26af
Author: Florian Weimer <fweimer at redhat.com>
Date:   Fri Jun 6 13:27:43 2014 +0200

    Packaging: Fix RPM macro issue


>---------------------------------------------------------------

 defensive-coding/en-US/Tasks-Packaging.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/defensive-coding/en-US/Tasks-Packaging.xml b/defensive-coding/en-US/Tasks-Packaging.xml
index 07ee072..5562f45 100644
--- a/defensive-coding/en-US/Tasks-Packaging.xml
+++ b/defensive-coding/en-US/Tasks-Packaging.xml
@@ -113,9 +113,9 @@ if [ $1 -eq 1 ] ; then
 fi
 
 %files
-%dir %attr(0755,%{root},%{root}]) %{tlsdir}
+%dir %attr(0755,root,root]) %{tlsdir}
 %ghost %attr(0600,%{tlsuser},%{tlsuser}) %{tlskey}
-%ghost %attr(0644,%{root},%{root}) %{tlscert}
+%ghost %attr(0644,root,root) %{tlscert}
       </programlisting>
     </example>
     <para>



More information about the security mailing list