[gperftools/f16] drop unnecessary Requires on -libs in pprof subpackage

Tom Callaway spot at fedoraproject.org
Tue Feb 14 20:15:32 UTC 2012


commit 7e374eb55a892bf767b5ab3650f5765f239122a3
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Feb 14 15:15:31 2012 -0500

    drop unnecessary Requires on -libs in pprof subpackage

 gperftools.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gperftools.spec b/gperftools.spec
index f6857d7..8aa9147 100644
--- a/gperftools.spec
+++ b/gperftools.spec
@@ -2,7 +2,7 @@
 
 Name:		gperftools
 Version:	2.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Very fast malloc and performance analysis tools
@@ -40,7 +40,6 @@ Libraries provided by gperftools, including libtcmalloc and libprofiler.
 
 %package -n pprof
 Summary:	CPU and Heap Profiler tool
-Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
 Requires:	gv, graphviz
 BuildArch:	noarch
 Provides:	google-perftools = %{version}-%{release}
@@ -103,6 +102,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
 %{_libdir}/*.so.*
 
 %changelog
+* Tue Feb 14 2012 Tom Callaway <spot at fedoraproject.org> - 2.0-3
+- pprof doesn't actually need gperftools-libs
+
 * Tue Feb 14 2012 Tom Callaway <spot at fedoraproject.org> - 2.0-2
 - rework package so that pprof is a noarch subpackage, while still
   enforcing the ExclusiveArch for the libs


More information about the scm-commits mailing list