diff --git a/libyaml.spec b/libyaml.spec index 8a1a068..d01741a 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -1,6 +1,6 @@ Name: libyaml Version: 0.2.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: YAML 1.1 parser and emitter written in C License: MIT @@ -22,7 +22,7 @@ emitter written in C. %package devel Summary: Development files for LibYAML applications -Requires: libyaml = %{version}-%{release}, pkgconfig +Requires: libyaml%{?_isa} = %{version}-%{release}, pkgconfig %description devel @@ -40,7 +40,6 @@ developing applications that use LibYAML. %install -rm -rf %{buildroot} %make_install rm -f %{buildroot}%{_libdir}/*.{la,a} @@ -70,6 +69,9 @@ make check %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 1 2020 John Eckersberg - 0.2.5-4 - Add BuildRequires for make (re: https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot)