[trousers] Remove +x bit from service file (#963916)

Steve Grubb sgrubb at fedoraproject.org
Sun Jun 2 13:24:04 UTC 2013


commit c554b6ff500d88ae49e1ccd2c94f2f9a7387373d
Author: Steve <sgrubb at redhat.com>
Date:   Sun Jun 2 09:23:51 2013 -0400

    Remove +x bit from service file (#963916)

 trousers.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/trousers.spec b/trousers.spec
index 3031681..5e59ea0 100644
--- a/trousers.spec
+++ b/trousers.spec
@@ -1,7 +1,7 @@
 Name: trousers
 Summary: TCG's Software Stack v1.2
 Version: 0.3.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: CPL
 Group: System Environment/Libraries
 Url: http://trousers.sourceforge.net
@@ -88,7 +88,7 @@ exit 0
 %config(noreplace) %attr(0600, tss, tss) %{_sysconfdir}/tcsd.conf
 %doc %{_mandir}/man5/*
 %doc %{_mandir}/man8/*
-%attr(755,root,root) %{_unitdir}/tcsd.service
+%attr(644,root,root) %{_unitdir}/tcsd.service
 %attr(0700, tss, tss) %{_localstatedir}/lib/tpm/
 
 %files devel
@@ -106,6 +106,9 @@ exit 0
 %{_libdir}/libtddl.a
 
 %changelog
+* Sun Jun 02 2013 Steve Grubb <sgrubb at redhat.com> 0.3.10-3
+- Remove +x bit from service file (#963916)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list