From 15d50650482053f0a4e035ec8fd9664c14db8eb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 22 May 2018 23:30:57 +0900 Subject: [PATCH] - updated files wrt libexec - rel 2 --- systemtap.spec | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index b5439c9..96bfc73 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -18,7 +18,7 @@ Summary: Instrumentation System Summary(pl.UTF-8): System oprzyrządowania Name: systemtap Version: 3.2 -Release: 1 +Release: 2 License: GPL v2+ Group: Base Source0: http://sourceware.org/systemtap/ftp/releases/%{name}-%{version}.tar.gz @@ -362,8 +362,8 @@ rm -rf $RPM_BUILD_ROOT # XXX: %attr(4754,root,stapusr) staprun ? %attr(755,root,root) %{_bindir}/staprun %dir %{_libdir}/%{name} -%attr(755,root,root) %{_libdir}/%{name}/stap-authorize-cert -%attr(755,root,root) %{_libdir}/%{name}/stapio +%attr(755,root,root) %{_libexecdir}/%{name}/stap-authorize-cert +%attr(755,root,root) %{_libexecdir}/%{name}/stapio %{?with_crash:%attr(755,root,root) %{_libdir}/%{name}/staplog.so} %{_mandir}/man1/stap-merge.1* %{_mandir}/man1/stap-report.1* @@ -404,9 +404,9 @@ rm -rf $RPM_BUILD_ROOT %if %{with java} %files runtime-java %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/%{name}/stapbm -%attr(755,root,root) %{_libdir}/%{name}/libHelperSDT_*.so -%{_libdir}/%{name}/HelperSDT.jar +%attr(755,root,root) %{_libexecdir}/%{name}/stapbm +%attr(755,root,root) %{_libexecdir}/%{name}/libHelperSDT_*.so +%{_libexecdir}/%{name}/HelperSDT.jar %endif %if %{with python2} @@ -466,12 +466,12 @@ rm -rf $RPM_BUILD_ROOT %files server %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/stap-server -%attr(755,root,root) %{_libdir}/%{name}/stap-env -%attr(755,root,root) %{_libdir}/%{name}/stap-gen-cert -%attr(755,root,root) %{_libdir}/%{name}/stap-serverd -%attr(755,root,root) %{_libdir}/%{name}/stap-sign-module -%attr(755,root,root) %{_libdir}/%{name}/stap-start-server -%attr(755,root,root) %{_libdir}/%{name}/stap-stop-server +%attr(755,root,root) %{_libexecdir}/%{name}/stap-env +%attr(755,root,root) %{_libexecdir}/%{name}/stap-gen-cert +%attr(755,root,root) %{_libexecdir}/%{name}/stap-serverd +%attr(755,root,root) %{_libexecdir}/%{name}/stap-sign-module +%attr(755,root,root) %{_libexecdir}/%{name}/stap-start-server +%attr(755,root,root) %{_libexecdir}/%{name}/stap-stop-server %dir %{_sysconfdir}/stap-server %dir %{_sysconfdir}/stap-server/conf.d %attr(754,root,root) /etc/rc.d/init.d/stap-server -- 2.44.0