[matahari] Set correct permissions on mhsh executable

Zane Bitter zaneb at fedoraproject.org
Fri Jan 13 10:14:23 UTC 2012


commit a82bc87f9d1a12aec4ce6c778c5cb1cd4a793a15
Author: Zane Bitter <zbitter at redhat.com>
Date:   Fri Jan 13 11:10:40 2012 +0100

    Set correct permissions on mhsh executable

 matahari.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/matahari.spec b/matahari.spec
index ae50825..956e38c 100644
--- a/matahari.spec
+++ b/matahari.spec
@@ -1,4 +1,4 @@
-%global specversion 2
+%global specversion 3
 %global upstream_version ffbaa6a
 
 # Messaging buses
@@ -545,7 +545,7 @@ test "x%{buildroot}" != "x" && rm -rf %{buildroot}
 %files shell
 %defattr(644, root, root, 755)
 %doc AUTHORS COPYING
-%{_bindir}/mhsh
+%attr(755, -, -) %{_bindir}/mhsh
 %{python_sitelib}/matahari/shell/*.py
 %{python_sitelib}/matahari/shell/*.pyc
 %{python_sitelib}/matahari/shell/*.pyo
@@ -771,6 +771,10 @@ test "x%{buildroot}" != "x" && rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Jan 13 2012 Zane Bitter <zbitter at redhat.com> 0.6.0-3
+- Set correct permissions on mhsh executable.
+  Resolves: rhbz#781218
+
 * Mon Jan 9  2012 Zane Bitter <zbitter at redhat.com> 0.6.0-2
 - Include shell in main package install
 - Rebuild for gcc 4.7


More information about the scm-commits mailing list