[ppc64-diag/f18] fix permissions of servevent_parse.pl

Karsten Hopp karsten at fedoraproject.org
Mon Sep 24 15:56:58 UTC 2012


commit 1ef0b55a1046a2afeac33164941a60feb0533789
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Sep 24 17:55:24 2012 +0200

    fix permissions of servevent_parse.pl

 ppc64-diag.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ppc64-diag.spec b/ppc64-diag.spec
index 1393034..47a9415 100644
--- a/ppc64-diag.spec
+++ b/ppc64-diag.spec
@@ -1,6 +1,6 @@
 Name:           ppc64-diag
 Version:        2.4.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Linux for Power Platform Diagnostics
 URL:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag/
 Group:          System Environment/Base
@@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libexecdir}/%{name}/ppc64_diag_notify
 #%attr(755,root,root) %{_libexecdir}/%{name}/ppc64_diag_servagent
 %attr(755,root,root) %{_libexecdir}/%{name}/ppc64_diag_setup
-%attr(644,root,root) %{_libexecdir}/%{name}/servevent_parse.pl
+%attr(755,root,root) %{_libexecdir}/%{name}/servevent_parse.pl
 %attr(644,root,root) %{_datadir}/%{name}/message_catalog/cxgb3
 %attr(644,root,root) %{_datadir}/%{name}/message_catalog/e1000e
 %attr(644,root,root) %{_datadir}/%{name}/message_catalog/exceptions
@@ -100,6 +100,9 @@ fi
 
 
 %changelog
+* Mon Sep 24 2012 karsten Hopp <karsten at redhat.com> 2.4.3-4
+- fix permissions of servevent_parse.pl
+
 * Fri Jul 27 2012 Lukáš Nykrýn <lnykryn at redhat.com> - 2.4.3-3
 - rename .service file
 - auto start rtas_errd (#843471)


More information about the scm-commits mailing list