rpms/systemtap/F-8 systemtap.spec,1.33,1.34

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Mon Feb 11 20:53:13 UTC 2008


Author: wcohen

Update of /cvs/pkgs/rpms/systemtap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15350

Modified Files:
	systemtap.spec 
Log Message:
* Fri Feb  1 2008 Frank Ch. Eigler <fche at redhat.com> - 0.6.1-3
- Add zlib-devel dependency which is supposed to come from crash-devel.

* Fri Feb  1 2008 Frank Ch. Eigler <fche at redhat.com> - 0.6.1-2
- Process testsuite .stp files to fool "#! stap" dep. finder.





Index: systemtap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-8/systemtap.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- systemtap.spec	18 Jan 2008 19:38:15 -0000	1.33
+++ systemtap.spec	11 Feb 2008 20:52:35 -0000	1.34
@@ -1,5 +1,5 @@
 # Release number for rpm build.  Stays at 1 for new PACKAGE_VERSION increases.
-%define release 1
+%define release 3
 # Version number of oldest elfutils release that works with systemtap.
 %define elfutils_version 0.131
 
@@ -55,7 +55,7 @@
 Requires: sqlite
 %endif
 %if "%rhel" >= "5"
-BuildRequires: crash-devel
+BuildRequires: crash-devel zlib-devel
 %endif
 # Requires: kernel-devel
 # or is that kernel-smp-devel?  kernel-hugemem-devel?
@@ -138,8 +138,8 @@
 %configure %{?elfutils_config} %{?sqlite_config}
 make %{?_smp_mflags}
 
-# Fix paths in the example scripts
-find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'
+# Fix paths in the example & testsuite scripts
+find examples testsuite -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'
 
 # To avoid perl dependency, make perl sample script non-executable
 chmod -x examples/samples/kmalloc-top
@@ -203,6 +203,12 @@
 
 
 %changelog
+* Fri Feb  1 2008 Frank Ch. Eigler <fche at redhat.com> - 0.6.1-3
+- Add zlib-devel dependency which is supposed to come from crash-devel.
+
+* Fri Feb  1 2008 Frank Ch. Eigler <fche at redhat.com> - 0.6.1-2
+- Process testsuite .stp files to fool "#! stap" dep. finder.
+
 * Fri Jan 18 2008 Frank Ch. Eigler <fche at redhat.com> - 0.6.1-1
 - Add crash-devel buildreq to build staplog.so crash(8) module.
 - Many robustness & functionality improvements:




More information about the fedora-extras-commits mailing list