From f314ba8790c5367c2ffd61787f7b4a9391e10b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 11 Dec 2017 13:46:21 +0100 Subject: [PATCH] Add BR: gcc, gcc-c++ gcc is usually present in the buildroot, but let's require it since the guidelines require that. gcc-c++ is used for some tests. --- systemd.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemd.spec b/systemd.spec index 8fd30c5..0b07367 100644 --- a/systemd.spec +++ b/systemd.spec @@ -55,6 +55,8 @@ GIT_DIR=../../src/systemd/.git git diffab -M v233..master@{2017-06-15} -- hwdb/[ %global have_gnu_efi 1 %endif +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: libcap-devel BuildRequires: libmount-devel BuildRequires: pam-devel