!3 numactl delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2021-08-12 07:30:33 +00:00 committed by Gitee
commit f0b1c65121

View File

@ -1,11 +1,11 @@
Name: numactl Name: numactl
Version: 2.0.13 Version: 2.0.13
Release: 4 Release: 5
Summary: Library for tuning for Non Uniform Memory Access machines Summary: Library for tuning for Non Uniform Memory Access machines
License: GPLv2 License: GPLv2
URL: https://github.com/numactl/numactl URL: https://github.com/numactl/numactl
Source0: https://github.com/numactl/numactl/releases/download/v%{version}/numactl-%{version}.tar.gz Source0: https://github.com/numactl/numactl/releases/download/v%{version}/numactl-%{version}.tar.gz
BuildRequires: libtool automake autoconf git BuildRequires: libtool automake autoconf
%description %description
Simple NUMA policy support. It consists of a numactl program to run other Simple NUMA policy support. It consists of a numactl program to run other
@ -28,7 +28,7 @@ License: LGPLv2 and GPLv2
Development package for numa library calls Development package for numa library calls
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
%configure %configure
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.0.13-5
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Fri Jan 10 2020 yuxiangyang<yuxiangyang4@huawei.com> - 2.0.13-4 * Fri Jan 10 2020 yuxiangyang<yuxiangyang4@huawei.com> - 2.0.13-4
- upgrade version to 2.0.13 - upgrade version to 2.0.13