From c18fa1df31d68e5ae1323a6c07ba987ffcd3c200 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-147790 --- unbound.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/unbound.spec b/unbound.spec index 87b7741..2964468 100644 --- a/unbound.spec +++ b/unbound.spec @@ -72,9 +72,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