From 7e198524386afdadf9cc164fa2ee431058263d53 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 19:04:41 +0800 Subject: [PATCH] add buildrequire git --- ndctl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ndctl.spec b/ndctl.spec index faefd9c..a8d9a54 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