]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- Fixed rights for pythondeps.sh
authoradgor <adgor@pld-linux.org>
Sun, 27 Feb 2005 11:57:30 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.627

rpm.spec

index a30607645edc6136633aa8e4803f13521f76fed9..e0168e13318040e5e4397ae22290517f30e1feef 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -1060,7 +1060,7 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 %files pythonprov
 %defattr(644,root,root,755)
 %{_rpmlibdir}/macros.python
-%{_rpmlibdir}/pythondeps.sh
+%attr(755,root,root) %{_rpmlibdir}/pythondeps.sh
 
 %files php-pearprov
 %defattr(644,root,root,755)
This page took 0.0506 seconds and 4 git commands to generate.