From e7ffd4c96b3c2cb937e43f64330a60ead1180585 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Jul 17 2018 07:26:39 +0000 Subject: Explicitly include gcc --- diff --git a/ck.spec b/ck.spec index 5b3e7f8..7606eac 100644 --- a/ck.spec +++ b/ck.spec @@ -1,6 +1,6 @@ Name: ck Version: 0.6.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library for high performance concurrent programming Group: Development/Libraries @@ -11,6 +11,8 @@ Source: http://concurrencykit.org/releases/ck-%{version}.tar.gz Patch0: ck-config-s390x.patch Patch1: ck-ppc64.patch +BuildRequires: gcc + %description Concurrency Kit provides a plethora of concurrency primitives, safe memory reclamation mechanisms and lock-less and lock-free data structures designed to @@ -76,6 +78,9 @@ make check %postun -p /sbin/ldconfig %changelog +* Tue Jul 17 2018 Honza Horak - 0.6.0-7 +- Explicitly include gcc + * Tue Jul 17 2018 Honza Horak - 0.6.0-6 - Fix building on s390x and use -O0 for ppc64le