From cbb3a0fa5677f5b92e602b15c9f63584ffdc17c2 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Mon, 2 Aug 2021 00:20:21 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- ndctl.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ndctl.spec b/ndctl.spec index a8d9a54..9119ad5 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,6 +1,6 @@ Name: ndctl Version: 71.1 -Release: 2 +Release: 3 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPL-2, LGPL-2.1, MIT, CC0-1.0 Group: System Environment/Base @@ -22,7 +22,6 @@ BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(systemd) BuildRequires: keyutils-libs-devel -BuildRequires: git %description Utility library for managing the "libnvdimm" subsystem. The "libnvdimm" @@ -88,7 +87,7 @@ control API for these devices. %prep -%autosetup -Sgit -n ndctl-%{version} +%autosetup -n ndctl-%{version} -p1 %build echo %{version} > version @@ -153,6 +152,9 @@ make check %changelog +* Mon Aug 02 2021 chenyanpanHW - 71.1-3 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Jun 29 2021 zhouwenpei - 71.1-2 - add buildrequire git -- Gitee