From adbb29fd3c256a4f58d9008099536669cc36b7ea Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Mar 2022 09:25:26 +0800 Subject: [PATCH] change Buildrequire from java-devel to java-1.8.0-openjdk-devel --- gnulib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnulib.spec b/gnulib.spec index 5e81787..bfeb191 100644 --- a/gnulib.spec +++ b/gnulib.spec @@ -1,12 +1,12 @@ Name: gnulib Version: 0 -Release: 29.20180720git +Release: 30.20180720git Summary: The GNU Portability Library License: Public Domain and BSD and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2 and LGPLv2+ and LGPLv3+ URL: https://www.gnu.org/software/gnulib Source0: https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=snapshot;h=68df637;sf=tgz;name=gnulib-68df637.tar.gz#/gnulib-68df637.tar.gz Patch0: CVE-2018-17942.patch -BuildRequires: perl-generators texinfo java-devel gettext-devel bison gperf libtool help2man git gcc_secure +BuildRequires: perl-generators texinfo java-1.8.0-openjdk-devel gettext-devel bison gperf libtool help2man git gcc_secure %description Gnulib is a central location for common GNU code, intended to be @@ -115,6 +115,9 @@ fi %license doc/COPYINGv2 %changelog +* Wed Mar 30 2022 xiewenhao - 30.20180720git +- change Buildrequire from java-devel to java-1.8.0-openjdk-devel + * Wed Feb 23 2022 yaoxin - 0-29.20180720git - Fix CVE-2018-17942 -- Gitee