From 88e48354c3015d3254b5e949dcb3cfae56fc6a92 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Mon, 16 Jul 2018 10:27:51 -0400 Subject: [PATCH] Add BuildRequires for gcc --- libyaml.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libyaml.spec b/libyaml.spec index 14a3eca..c36cdad 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -4,7 +4,7 @@ Name: libyaml Version: 0.1.7 -Release: 7%{?dist} +Release: 8%{?dist} Summary: YAML 1.1 parser and emitter written in C Group: System Environment/Libraries @@ -12,6 +12,8 @@ License: MIT URL: http://pyyaml.org/ Source0: http://pyyaml.org/download/libyaml/%{tarballname}-%{version}.tar.gz +BuildRequires: gcc + %description YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and @@ -69,6 +71,10 @@ make check %changelog +* Mon Jul 16 2018 John Eckersberg - 0.1.7-8 +- Add BuildRequires for gcc + See: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Fri Jul 13 2018 Fedora Release Engineering - 0.1.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild