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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

On branch  : master

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

commit 11ef1e626053e2562a03c90eee67acb8c93f26af
Author: Florian Weimer <fweimer@xxxxxxxxxx>
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>

--
security mailing list
security@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/security





[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Coolkey]

  Powered by Linux