From 21243cca1211014138d0ac1215a2b1e5f3121f79 Mon Sep 17 00:00:00 2001 From: liquor <1692257904@qq.com> Date: Wed, 17 Jun 2020 16:32:11 +0800 Subject: [PATCH] add Buildrequires:automake --- libidn2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/libidn2.spec b/libidn2.spec index 8876d1d..9130a1f 100644 --- a/libidn2.spec +++ b/libidn2.spec @@ -1,6 +1,6 @@ Name: libidn2 Version: 2.0.5 -Release: 8 +Release: 9 Summary: GNU IDN Library License: (GPLv2+ or LGPLv3+) and GPLv3+ URL: https://www.gnu.org/software/libidn/#libidn2 @@ -18,7 +18,7 @@ Patch8: 0003-CVE-2019-12290.patch Patch9: fix-compile-error-about-missing-aclocal.patch #Dependency -BuildRequires: gcc gettext libunistring-devel autoconf texinfo +BuildRequires: gcc gettext libunistring-devel autoconf texinfo automake Provides: bundled(gnulib) Provides: idn2 Obsoletes: idn2 @@ -83,6 +83,12 @@ make %{?_smp_mflags} -C tests check %{_datadir}/gtk-doc/ %changelog +* Wed Jun 17 2020 Liquor - 2.0.5-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add Buildrequires:automake + * Wed Mar 18 2020 openEuler Buildteam - 2.0.5-8 - Type:CVE - ID:NA -- Gitee