From f3728443b756fa0026635c7f9c14c789b6f6376e Mon Sep 17 00:00:00 2001 From: chengquan Date: Mon, 17 Feb 2020 15:17:09 +0800 Subject: [PATCH] Add necessary BuildRequire --- man-pages.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man-pages.spec b/man-pages.spec index a11ed06..9566838 100644 --- a/man-pages.spec +++ b/man-pages.spec @@ -1,11 +1,11 @@ Name: man-pages Version: 5.02 -Release: 3 +Release: 4 Summary: Linux kernel and user-space C library interfaces documentation License: GPL+ and GPLv2+ and BSD and MIT and Copyright only and IEEE URL: http://www.kernel.org/doc/man-pages/ Source0: http://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz -BuildRequires: gcc git +BuildRequires: gcc git make BuildArch: noarch Conflicts: attr < 2.4.47-11 @@ -49,6 +49,9 @@ make install DESTDIR=%{buildroot} %exclude %{_mandir}/man7/bpf-helpers.7.gz %changelog +* Mon Feb 17 2020 openEuler Buildteam - 5.02-4 +- Add necessary BuildRequire + * Mon Jan 13 2020 openEuler Buildteam - 5.02-3 - Delete useless files.