From dccdda3c691ec75fa33fc69ca2630686747dd550 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 11:21:47 +0100 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/babeltrace.git#aedb8bb91f0cfb994e3a15695bbba7ba5831ac46 --- babeltrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/babeltrace.spec b/babeltrace.spec index 3600b73..3bc90b1 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,6 +1,6 @@ Name: babeltrace Version: 1.5.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Trace Viewer and Converter, mainly for the Common Trace Format License: MIT and GPLv2 URL: https://www.efficios.com/babeltrace @@ -20,6 +20,7 @@ BuildRequires: swig >= 2.0 BuildRequires: elfutils-devel >= 0.154 BuildRequires: autoconf automake libtool BuildRequires: gnupg2 +BuildRequires: make Requires: lib%{name}%{?_isa} = %{version}-%{release} @@ -115,6 +116,9 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.5.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Nov 16 2020 Keith Seitz - 1.5.8-5 - Remove workaround for 1890813 now that binutils is fixed.