From 582bf21bec7121f24b13f47937fc75bac6a70bff Mon Sep 17 00:00:00 2001 From: Lukas Berk Date: Fri, 31 Aug 2012 11:51:45 -0400 Subject: [PATCH] Correct the location of stap-env --- systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 510db79..f91b001 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -25,7 +25,7 @@ Name: systemtap Version: 2.0 -Release: 0.2.git10c737f%{?dist} +Release: 0.3.git10c737f%{?dist} # for version, see also configure.ac @@ -497,6 +497,7 @@ exit 0 %{_libexecdir}/%{name}/stap-stop-server %{_libexecdir}/%{name}/stap-gen-cert %{_libexecdir}/%{name}/stap-sign-module +%{_libexecdir}/%{name}/stap-env %{_mandir}/man7/stappaths.7* %{_mandir}/man8/stap-server.8* %{_sysconfdir}/rc.d/init.d/stap-server @@ -538,7 +539,6 @@ exit 0 %endif %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/stapio -%{_libexecdir}/%{name}/stap-env %{_libexecdir}/%{name}/stap-authorize-cert %if %{with_crash} %dir %{_libdir}/%{name} @@ -601,6 +601,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Fri Aug 31 2012 Lukas Berk 2.0-0.3.git10c737f +- Correct the location of stap-env + * Wed Aug 15 2012 Dan HorĂ¡k 2.0-0.2.git10c737f - dyninst not available on s390(x) and arm