From 8acd7c41bef80205d69b2f4470c46da192f84d1d Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Feb 03 2020 12:20:02 +0000 Subject: Switch BuildRequires to python3 --- diff --git a/lnav.spec b/lnav.spec index 25eb047..5a40f7b 100644 --- a/lnav.spec +++ b/lnav.spec @@ -1,6 +1,6 @@ Name: lnav Version: 0.8.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Curses-based tool for viewing and analyzing log files License: BSD @@ -13,7 +13,7 @@ BuildRequires: libcurl-devel BuildRequires: ncurses-devel BuildRequires: openssl-devel BuildRequires: pcre-devel -BuildRequires: python2 +BuildRequires: python3 BuildRequires: readline-devel BuildRequires: sqlite-devel BuildRequires: zlib-devel @@ -46,6 +46,9 @@ quickly and efficiently zero in on problems. %{_mandir}/man1/%{name}.1* %changelog +* Mon Feb 03 2020 Petr Viktorin - 0.8.5-4 +- Switch BuildRequires to python3 + * Wed Jan 29 2020 Fedora Release Engineering - 0.8.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild