diff --git a/ndctl.spec b/ndctl.spec index faefd9cd6316d7a54e276a15bb021643f222606b..a8d9a54a61c0df7c63a7fce368145061105342a9 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,6 +1,6 @@ Name: ndctl Version: 71.1 -Release: 1 +Release: 2 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPL-2, LGPL-2.1, MIT, CC0-1.0 Group: System Environment/Base @@ -22,6 +22,7 @@ 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" @@ -152,6 +153,9 @@ make check %changelog +* Tue Jun 29 2021 zhouwenpei - 71.1-2 +- add buildrequire git + * Thu Jan 28 2021 Zhiqiang Liu - 71.1-1 - update ndctl to v71.1 latest version