From c554b6ff500d88ae49e1ccd2c94f2f9a7387373d Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 2 Jun 2013 09:23:51 -0400 Subject: [PATCH] Remove +x bit from service file (#963916) --- trousers.spec | 7 +++++-- 1 file 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 0.3.10-3 +- Remove +x bit from service file (#963916) + * Fri Feb 15 2013 Fedora Release Engineering - 0.3.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild