From 1c1e65574df1d6766d5f73c572cf623858a9a3a5 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 1 Dec 2020 14:44:01 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libyaml.git#a064c28f374f27d1dcb66d5801dd2611cfee5d8e --- libyaml.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libyaml.spec b/libyaml.spec index 1e33728..8a1a068 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml Version: 0.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: YAML 1.1 parser and emitter written in C License: MIT @@ -12,6 +12,7 @@ BuildRequires: automake BuildRequires: doxygen BuildRequires: gcc BuildRequires: libtool +BuildRequires: make %description YAML is a data serialization format designed for human readability and @@ -69,6 +70,10 @@ make check %changelog +* Tue Dec 1 2020 John Eckersberg - 0.2.5-4 +- Add BuildRequires for make + (re: https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot) + * Tue Jul 28 2020 Fedora Release Engineering - 0.2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild