Correct the location of stap-env

This commit is contained in:
Lukas Berk 2012-08-31 11:59:06 -04:00
parent 758d9e3f22
commit 1e649c35bd
1 changed files with 5 additions and 2 deletions

View File

@ -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@redhat.com> - 1.8-5
- Correct the location of stap-env
* Fri Jul 13 2012 Dennis Gilmore <dennis@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