From 511ca2deab6a14b6caf86b2be3874bf5de64ea84 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:10:15 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- numactl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/numactl.spec b/numactl.spec index 856fe87..0100e5e 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,11 +1,11 @@ Name: numactl Version: 2.0.13 -Release: 4 +Release: 5 Summary: Library for tuning for Non Uniform Memory Access machines License: GPLv2 URL: https://github.com/numactl/numactl Source0: https://github.com/numactl/numactl/releases/download/v%{version}/numactl-%{version}.tar.gz -BuildRequires: libtool automake autoconf git +BuildRequires: libtool automake autoconf %description 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 %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.0.13-5 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Fri Jan 10 2020 yuxiangyang - 2.0.13-4 - upgrade version to 2.0.13