[python3/f14/master] fix the libpython.stp systemtap tapset (rhbz#697730)

dmalcolm dmalcolm at fedoraproject.org
Tue Apr 19 20:06:32 UTC 2011


commit e956d158b187bf8e3b2d179b046a7841a36b07fb
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Tue Apr 19 12:06:22 2011 -0400

    fix the libpython.stp systemtap tapset (rhbz#697730)

 python3.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 3f72f89..9ff5a7b 100644
--- a/python3.spec
+++ b/python3.spec
@@ -40,7 +40,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.2
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: Python
 Group: Development/Languages
 Source: http://python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -693,12 +693,12 @@ mkdir -p %{buildroot}%{tapsetdir}
 
 sed \
    -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_optimized}|" \
-   %{SOURCE6} \
+   %{_sourcedir}/libpython.stp \
    > %{buildroot}%{tapsetdir}/%{libpython_stp_optimized}
 
 sed \
    -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" \
-   %{SOURCE6} \
+   %{_sourcedir}/libpython.stp \
    > %{buildroot}%{tapsetdir}/%{libpython_stp_debug}
 
 %endif # with_systemtap
@@ -1082,6 +1082,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Tue Apr 19 2011 David Malcolm <dmalcolm at redhat.com> - 3.1.2-16
+- fix the libpython.stp systemtap tapset (rhbz#697730)
+
 * Wed Oct 13 2010 David Malcolm <dmalcolm at redhat.com> - 3.1.2-15
 - fix parallel make (patch 112)
 


More information about the scm-commits mailing list