From a064c28f374f27d1dcb66d5801dd2611cfee5d8e Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 1 Dec 2020 09:32:22 -0500 Subject: [PATCH] Add BuildRequires for make --- 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