From e3c85b24d2ff62fc22e56fa0da707298a9111e18 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Feb 26 2018 14:17:54 +0000 Subject: Add gcc to Buildroot https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- diff --git a/libtalloc.spec b/libtalloc.spec index 0862dfd..2acaffa 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -6,13 +6,14 @@ Name: libtalloc Version: 2.1.11 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Daemons Summary: The talloc library License: LGPLv3+ URL: https://talloc.samba.org/ Source: https://www.samba.org/ftp/talloc/talloc-%{version}.tar.gz +BuildRequires: gcc BuildRequires: libxslt BuildRequires: docbook-style-xsl BuildRequires: python2-devel @@ -163,6 +164,10 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir} %endif %changelog +* Mon Feb 26 2018 Lukas Slebodnik - 2.1.11-5 +- Add gcc to Buildroot +- https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Wed Feb 07 2018 Fedora Release Engineering - 2.1.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild