[ppc64-diag/f18] revert permissions fix, filter requirement instead

Karsten Hopp karsten at fedoraproject.org
Wed Sep 26 15:03:06 UTC 2012


commit 13998e47230c5a8f13c1672ec0ed3c8532ea4cdb
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Sep 26 17:02:50 2012 +0200

    revert permissions fix, filter requirement instead

 ppc64-diag.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
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 <karsten at redhat.com> 2.4.3-6
+- revert permissions fix, filter requirement instead
+
 * Mon Sep 24 2012 karsten Hopp <karsten at redhat.com> 2.4.3-4
 - fix permissions of servevent_parse.pl
 


More information about the scm-commits mailing list