From 5a0fcbbdb06accd43337dc664d3cbba22b1dd8c1 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 20 Feb 2017 12:03:40 +0100 Subject: [PATCH] add build requirement on lynx (#1423989) --- newt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newt.spec b/newt.spec index 5673400..191b707 100644 --- a/newt.spec +++ b/newt.spec @@ -14,6 +14,8 @@ URL: https://pagure.io/newt Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz BuildRequires: popt-devel python-devel slang-devel BuildRequires: docbook-utils +# Prefer lynx over other packages providing text-www-browser +BuildRequires: lynx %if 0%{?with_python3} BuildRequires: python3-devel %endif