From 0a4c167c69a3637ba8d5a9a776811f6ed3e8ed77 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:48 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- libseccomp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libseccomp.spec b/libseccomp.spec index 314851f..9df9c0d 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -10,6 +10,7 @@ URL: https://github.com/seccomp/libseccomp %ifnarch riscv64 s390 # Versions prior to 3.13.0-4 do not work on ARM with newer glibc 2.25.0-6 # See https://bugzilla.redhat.com/show_bug.cgi?id=1466017 +BuildRequires: gcc BuildRequires: valgrind >= 1:3.13.0-4 %endif