From 032b95bd1afe8bb9152353a1ae8a5d6cf6da934c Mon Sep 17 00:00:00 2001 From: liusirui Date: Mon, 28 Feb 2022 15:38:10 +0800 Subject: [PATCH] Remove the dependency of the main package and pprof --- gperftools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gperftools.spec b/gperftools.spec index fb9a17c..e492423 100644 --- a/gperftools.spec +++ b/gperftools.spec @@ -1,6 +1,6 @@ Name: gperftools Version: 2.9.1 -Release: 2 +Release: 3 Summary: high-performance malloc and performance analysis tools License: BSD @@ -16,8 +16,7 @@ Patch9002: avoid-exceed-int-range.patch BuildRequires: autoconf automake gcc-c++ BuildRequires: libtool libunwind-devel perl-generators -Requires: %{name}-devel = %{version}-%{release} -Requires: pprof = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} ExcludeArch: s390 @@ -50,6 +49,7 @@ thread-caching malloc() which provides by google and gperftools. %package -n pprof Summary: Analyzes CPU and heap profiles tools Requires: gv graphviz perl +Requires: %{name}-devel = %{version}-%{release} BuildArch: noarch Provides: pprof = %{version}-%{release} Provides: google-perftools = %{version}-%{release} @@ -107,6 +107,9 @@ LD_LIBRARY_PATH=./.libs make check %{_mandir}/man1/*.1.gz %changelog +* Mon Feb 28 2022 liusirui - 2.9.1-3 +- remove the dependency of the main package and pprof + * Fri Dec 3 2021 zhouwenpei - 2.9.1-2 - rebuild package -- Gitee