From c8b159e1e73d7bdbb3f333f7b759c41d2c168e60 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 10:46:59 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- liblognorm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/liblognorm.spec b/liblognorm.spec index f8026e2..0bd920a 100644 --- a/liblognorm.spec +++ b/liblognorm.spec @@ -1,12 +1,12 @@ Name: liblognorm Version: 2.0.3 -Release: 7 +Release: 8 Summary: A tool to normalize log data License: LGPLv2+ URL: http://www.liblognorm.com Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz -BuildRequires: chrpath libfastjson-devel libestr-devel pcre-devel +BuildRequires: chrpath libfastjson-devel libestr-devel pcre-devel gcc %description Briefly described, liblognorm is a tool to normalize log data. @@ -82,6 +82,9 @@ chrpath -d %{buildroot}%{_libdir}/liblognorm.so %doc %{_docdir}/liblognorm/html %changelog +* Tue Jun 08 2021 wulei - 2.0.3-8 +- fixes failed: error: no acceptable C compiler found in $PATH + * Fri Dec 20 2019 wangzhishun - 2.0.3-7 - Package init