From 15768ec68eefd2fc12d14f20f885c0b8b923f14b Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 2 Jun 2021 11:06:26 +0800 Subject: [PATCH] add build requires --- container-exception-logger.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/container-exception-logger.spec b/container-exception-logger.spec index b8ebcc0..ef300d6 100644 --- a/container-exception-logger.spec +++ b/container-exception-logger.spec @@ -1,11 +1,11 @@ Name: container-exception-logger Version: 1.0.3 -Release: 3 +Release: 4 Summary: Logging from a container to a host License: GPLv3+ URL: https://github.com/abrt/container-exception-logger Source0: https://github.com/abrt/container-exception-logger/archive/%{name}-%{version}-1.tar.gz -BuildRequires: asciidoc libxslt +BuildRequires: asciidoc libxslt gcc %description Container-exception-logger is a tool designed to run inside of a container @@ -39,6 +39,9 @@ cp man/container-exception-logger.1 %{buildroot}/%{_mandir}/man1/container-excep %{_mandir}/man1/container-exception-logger.1.* %changelog +* Mon May 31 2021 baizhonggui 1.0.3-4 +- Add gcc in BuildRequires + * Tues Sept 8 2020 Ge Wang 1.0.3-3 - Modify the Source0 Url -- Gitee