fix build src.rpm error

This commit is contained in:
HukunaMatata 2020-03-19 20:28:46 +08:00
parent 49f7e2895e
commit 4aeda08d4e

View File

@ -1,6 +1,6 @@
Name: gperftools Name: gperftools
Version: 2.7 Version: 2.7
Release: 6 Release: 7
Summary: high-performance malloc and performance analysis tools Summary: high-performance malloc and performance analysis tools
License: BSD License: BSD
@ -22,7 +22,8 @@ Patch13: don-t-try-to-mark-rsp-as-clobbered-in-linux-syscall-.patch
Patch9000: issue-1122-fix-bus-error-on-aarch64.patch Patch9000: issue-1122-fix-bus-error-on-aarch64.patch
BuildRequires: autoconf automake gcc-c++ libtool libunwind-devel perl-generators BuildRequires: autoconf automake gcc-c++ gdb
BuildRequires: libtool libunwind-devel perl-generators
Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-devel = %{version}-%{release}
Requires: pprof = %{version}-%{release} Requires: pprof = %{version}-%{release}
@ -111,6 +112,9 @@ make
%{_mandir}/man1/*.1.gz %{_mandir}/man1/*.1.gz
%changelog %changelog
* Thu Mar 19 2020 yuxiangyang <yuxiangyang4@huawei.com> - 2.7-7
- fix build src.rpm error
* Fri Jan 10 2020 wuxu_wu <wuxu.wu@huawei.com> - 2.7-6 * Fri Jan 10 2020 wuxu_wu <wuxu.wu@huawei.com> - 2.7-6
- delete useless patch - delete useless patch