From f314ba8790c5367c2ffd61787f7b4a9391e10b5e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Dec 15 2017 08:22:20 +0000 Subject: 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. --- 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