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.