[gpsd] fix permissions of systemd unit file

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Aug 23 12:09:35 UTC 2011


commit aee5a18a6767eccabff435894fc24eb015cb71b1
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Aug 9 17:16:51 2011 +0200

    fix permissions of systemd unit file

 gpsd.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gpsd.spec b/gpsd.spec
index 65c283d..3045f9b 100644
--- a/gpsd.spec
+++ b/gpsd.spec
@@ -96,7 +96,7 @@ make DESTDIR=%{buildroot} pythondir=%{python_sitearch} install
 
 # service files
 %{__install} -d -m 0755 %{buildroot}/lib/systemd/system
-%{__install} -p -m 0755 %{SOURCE10} \
+%{__install} -p -m 0644 %{SOURCE10} \
 	%{buildroot}/lib/systemd/system/gpsd.service
 
 %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/sysconfig


More information about the scm-commits mailing list