From e85f2a03ddb4eccecefff4b48fb65bb6f9afc030 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 26 Feb 2019 12:25:31 +0100 Subject: [PATCH] Unconditionally BR gcc Looks like automation incorrectly put it inside _module_build guard. --- libevent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libevent.spec b/libevent.spec index 9adfd7d..5f49e84 100644 --- a/libevent.spec +++ b/libevent.spec @@ -10,8 +10,8 @@ License: BSD and ISC URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz -%if ! 0%{?_module_build} BuildRequires: gcc +%if ! 0%{?_module_build} BuildRequires: doxygen %endif BuildRequires: openssl-devel