Add BuildRequires for make
This commit is contained in:
parent
b8a705c08b
commit
a064c28f37
@ -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 <jeckersb@redhat.com> - 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 <releng@fedoraproject.org> - 0.2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user