diff --git a/ndctl.spec b/ndctl.spec index a8d9a54a61c0df7c63a7fce368145061105342a9..9119ad5d73843d646025a7c58d0ccb9ef691aa77 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