From 88e1e469c8ad574b1882612f8e3f7da659c06a08 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:24:14 +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#0f1d0b3604b587d14ee6a2de7b82234f4eabb5c5 --- libyaml.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)