drop unnecessary Requires on -libs in pprof subpackage

This commit is contained in:
Tom Callaway 2012-02-14 15:16:00 -05:00
parent 27ee167327
commit 7d15d39802
1 changed files with 4 additions and 2 deletions

View File

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