[systemtap/f17] Correct the location of stap-env

lukas berk lberk at fedoraproject.org
Fri Aug 31 15:59:17 UTC 2012


commit 1e649c35bd6fedf3cc85f092a82cf5ec600188f6
Author: Lukas Berk <lberk at redhat.com>
Date:   Fri Aug 31 11:59:06 2012 -0400

    Correct the location of stap-env

 systemtap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index bdf1448..4dd6c48 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -20,7 +20,7 @@
 
 Name: systemtap
 Version: 1.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 # for version, see also configure.ac
 
 
@@ -485,6 +485,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
@@ -523,7 +524,6 @@ exit 0
 %{_bindir}/stap-report
 %dir %{_libexecdir}/%{name}
 %{_libexecdir}/%{name}/stapio
-%{_libexecdir}/%{name}/stap-env
 %{_libexecdir}/%{name}/stap-authorize-cert
 %if %{with_crash}
 %dir %{_libdir}/%{name}
@@ -586,6 +586,9 @@ exit 0
 # ------------------------------------------------------------------------
 
 %changelog
+* Fri Aug 31 2012 Lukas Berk <lberk at redhat.com> - 1.8-5
+- Correct the location of stap-env
+
 * Fri Jul 13 2012 Dennis Gilmore <dennis at ausil.us> - 1.8-4
 - fix up the %%if statement for x86_64 
 - and use file based requires to pull in 32 bit glibc-devel 


More information about the scm-commits mailing list