From ae27081845a5144fb984400a8ded93b37acdebcd Mon Sep 17 00:00:00 2001 From: eaglegai Date: Fri, 21 Oct 2022 01:56:09 +0000 Subject: [PATCH] #I5WVRY Signed-off-by: eaglegai (cherry picked from commit 21f99698615cb7e04cff9e3029d8907a29cde2c2) --- libndp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libndp.spec b/libndp.spec index eec80ef..2b0cf2a 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,12 +1,13 @@ Name: libndp Version: 1.8 -Release: 1 +Release: 2 Summary: Library for Neighbor Discovery Protocol License: LGPLv2+ URL: http://www.libndp.org/ Source: http://www.libndp.org/files/libndp-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make %description This package contains a library which provides a wrapper @@ -53,6 +54,12 @@ Document files for libndp. %{_mandir}/man8/ndptool.8* %changelog +* Fri Oct 21 2022 gaihuiying - 1.8-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add make as BuildRequires for local rpmbuild + * Fri Dec 03 2021 yanglu - 1.8-1 - Type:bugfix - ID:NA -- Gitee