diff --git a/ppc64-diag.spec b/ppc64-diag.spec index 47a9415..d3279c1 100644 --- a/ppc64-diag.spec +++ b/ppc64-diag.spec @@ -1,6 +1,6 @@ Name: ppc64-diag Version: 2.4.3 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Linux for Power Platform Diagnostics URL: http://sourceforge.net/projects/linux-diag/files/ppc64-diag/ Group: System Environment/Base @@ -26,6 +26,9 @@ failures, and provides notifications of the event to system administrators or connected service frameworks. Some error log analysis parameters can be configured in /etc/ppc64-diag/ppc64-diag.config. +# BZ#860040: +%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}\/usr\/libexec\/ppc64-diag\/servevent_parse.pl + %prep %setup -q %patch0 -p1 -b .msg_loc @@ -63,7 +66,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(755,root,root) %{_libexecdir}/%{name}/servevent_parse.pl +%attr(644,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 +103,9 @@ fi %changelog +* Wed Sep 26 2012 Karsten Hopp 2.4.3-6 +- revert permissions fix, filter requirement instead + * Mon Sep 24 2012 karsten Hopp 2.4.3-4 - fix permissions of servevent_parse.pl