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 <aquini@redhat.com>
This commit is contained in:
parent
d87ad4995b
commit
14515c0f45
@ -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 <aquini@linux.com> - 1.7.0-3
|
||||
- Rebuild to fix removal of GCC from buildroots (1604813)
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user