From 2eb50066de2319ee797b77c5b9ed0db0a078fd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=8A=E5=A5=87=E8=84=86=E7=89=87=E9=A5=BC=E5=B9=B2?= <960055655@qq.com> Date: Tue, 24 Mar 2020 00:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!1=20:?= =?UTF-8?q?=20add=20BuildRequires:gcc=5Fsecure=20to=20fix=20src.rpm=20buil?= =?UTF-8?q?d=20error'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diffutils.spec | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/diffutils.spec b/diffutils.spec index aa5fd63..e32ce07 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,6 +1,6 @@ Name: diffutils Version: 3.7 -Release: 4 +Release: 3 Summary: A GNU collection of diff utilities URL: http://www.gnu.org/software/diffutils/diffutils.html Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz @@ -9,8 +9,8 @@ Patch2: diffutils-i18n.patch License: GPLv3+ Provides: bundled(gnulib) -BuildRequires: gcc help2man valgrind gettext-devel -BuildRequires: autoconf automake gcc_secure texinfo +BuildRequires: gcc, help2man, valgrind, gettext-devel +BuildRequires: autoconf, automake, texinfo %description GNU Diffutils is a package of several programs related to finding differences between files. @@ -48,12 +48,6 @@ cat tests/test-suite.log %exclude %{_infodir}/dir %changelog -* Mon Mar 23 2020 yuxiangyang 3.7-4 -- Type:bugfix -- ID:NA -- SUG:NA -- DESC:add BuildRequires:gcc_secure to fix src.rpm build error - * Mon Nov 11 2019 shenyangyang 3.7-3 - Type:enhancement - ID:NA