rpms/oprofile/devel oprofile-0.4-guess2.patch, 1.1, 1.2 oprofile.spec, 1.68, 1.69

William Eden Cohen (wcohen) fedora-extras-commits at redhat.com
Mon Jun 23 20:50:11 UTC 2008


Author: wcohen

Update of /cvs/pkgs/rpms/oprofile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12571

Modified Files:
	oprofile-0.4-guess2.patch oprofile.spec 
Log Message:
* Mon Jun 23 2008 Will Cohen <wcohen at redhat.com> - 0.9.3-18
- Fix default location for vmlinux. rhbz #451539



oprofile-0.4-guess2.patch:

Index: oprofile-0.4-guess2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/oprofile/devel/oprofile-0.4-guess2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oprofile-0.4-guess2.patch	9 Sep 2004 09:43:51 -0000	1.1
+++ oprofile-0.4-guess2.patch	23 Jun 2008 20:49:20 -0000	1.2
@@ -6,7 +6,7 @@
  		string const version(info.release);
 -		string const vmlinux_path("/lib/modules/" + version
 -					 + "/build/vmlinux");
-+		std::string const vmlinux_path("/boot/vmlinux-" + version);
++		std::string const vmlinux_path("/usr/lib/debug/lib/modules/" + version + "/vmlinux");
  		kernel_filename = vmlinux_path;
  	}
  }


Index: oprofile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oprofile/devel/oprofile.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- oprofile.spec	4 Apr 2008 21:54:36 -0000	1.68
+++ oprofile.spec	23 Jun 2008 20:49:20 -0000	1.69
@@ -3,7 +3,7 @@
 Summary: System wide profiler
 Name: oprofile
 Version: 0.9.3
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPL
 Group: Development/System
 #
@@ -192,6 +192,9 @@
 %{_bindir}/oprof_start
 
 %changelog
+* Mon Jun 23 2008 Will Cohen <wcohen at redhat.com> - 0.9.3-18
+- Fix default location for vmlinux. rhbz #451539
+
 * Fri Apr 04 2008 Will Cohen <wcohen at redhat.com> - 0.9.3-17
 - Use older qt3-devel. rhbz #440949
 




More information about the fedora-extras-commits mailing list