From 636cbf121776a1f48575d2d6301ac3d69f9e45a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Mon, 9 Feb 2026 16:12:35 +0100 Subject: [PATCH] Add byacc into BuildRequires Make few dependencies on single line to be on separate lines. Related: RHEL-147860 --- unbound.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/unbound.spec b/unbound.spec index af47d6f..8d9e8d9 100644 --- a/unbound.spec +++ b/unbound.spec @@ -69,9 +69,13 @@ Patch2: %{forgeurl}/pull/1349.patch#/unbound-1.25-tls-crypto-policy.patch # https://github.com/NLnetLabs/unbound/pull/1401 Patch3: %{forgeurl}/pull/1401.patch#/unbound-1.25-tls-crypto-policy-default.patch -BuildRequires: gcc, make -BuildRequires: flex, openssl-devel -BuildRequires: libevent-devel expat-devel +BuildRequires: gcc +BuildRequires: make +BuildRequires: flex +BuildRequires: byacc +BuildRequires: openssl-devel +BuildRequires: libevent-devel +BuildRequires: expat-devel BuildRequires: pkgconfig %if 0%{?fedora} || 0%{?rhel} >= 10 BuildRequires: gnupg2