From 14515c0f45291eb9dc22d5edd471e6333e4b52df Mon Sep 17 00:00:00 2001 From: Rafael Aquini Date: Jul 20 2018 05:34:40 +0000 Subject: Rebuild to fix removal of GCC from buildroots (1604813) GCC got removed from buildroots https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot thus we need to explicitly declare it on BuildRequires now Signed-off-by: Rafael Aquini --- diff --git a/memkind.spec b/memkind.spec index b90d906..7ed1623 100644 --- a/memkind.spec +++ b/memkind.spec @@ -3,11 +3,11 @@ Name: memkind Summary: User Extensible Heap Manager Version: 1.7.0 -Release: 2%{?checkout}%{?dist} +Release: 3%{?checkout}%{?dist} License: BSD Group: System Environment/Libraries URL: http://memkind.github.io/memkind -BuildRequires: automake libtool numactl-devel systemd +BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ # x86_64 is the only arch memkind will build and work due to # its current dependency on SSE4.2 CRC32 instruction which @@ -98,6 +98,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %{_mandir}/man3/%{name}*.3.* %changelog +* Fri Jul 20 2018 Rafael Aquini - 1.7.0-3 +- Rebuild to fix removal of GCC from buildroots (1604813) + * Fri Jul 13 2018 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild