[GConf2/f14/master] Fix macros file permissions

Matthias Clasen mclasen at fedoraproject.org
Fri Aug 13 18:43:11 UTC 2010


commit 90eeed7461956a036b8b736dbcb84cb4ece4ccdf
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Aug 13 14:40:10 2010 -0400

    Fix macros file permissions

 GConf2.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/GConf2.spec b/GConf2.spec
index 32f86e8..59fd21b 100644
--- a/GConf2.spec
+++ b/GConf2.spec
@@ -96,7 +96,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/rpm-state/gconf
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/GConf/gsettings
 
-install -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
+install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rpm/
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/GConf/2/*.la
@@ -169,6 +169,9 @@ fi
 %doc %{_mandir}/man1/gsettings-schema-convert.1*
 
 %changelog
+* Fri Aug 13 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.7-2
+- Strip x permissions from rpm macros file. (#600635)
+
 * Thu Aug  5 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.7-1
 - Update to 2.31.7
 


More information about the scm-commits mailing list