From 1ef0b55a1046a2afeac33164941a60feb0533789 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 24 Sep 2012 17:55:24 +0200 Subject: [PATCH] fix permissions of servevent_parse.pl --- ppc64-diag.spec | 7 +++++-- 1 file 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 2.4.3-4 +- fix permissions of servevent_parse.pl + * Fri Jul 27 2012 Lukáš Nykrýn - 2.4.3-3 - rename .service file - auto start rtas_errd (#843471)