From 1c22b96bf1a6860369b5394398b90225dc533a7e Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Apr 26 2018 15:04:47 +0000 Subject: Added gcc as an explicit BuildRequires Signed-off-by: Tomas Hozza --- diff --git a/libbind.spec b/libbind.spec index cccadb3..9fe3686 100644 --- a/libbind.spec +++ b/libbind.spec @@ -4,7 +4,7 @@ Name: libbind Version: 6.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: ISC's standard resolver library Group: System Environment/Libraries @@ -13,7 +13,7 @@ URL: ftp://ftp.isc.org/isc/libbind/ Source0: ftp://ftp.isc.org/isc/libbind/%{VERSION}/libbind-%{VERSION}.tar.gz Source1: libbind.pc -BuildRequires: groff +BuildRequires: groff, gcc Patch0: libbind60-install.patch Patch1: libbind-aarch64.patch @@ -105,6 +105,9 @@ install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libbind.pc %{_mandir}/man7/libbind_* %changelog +* Thu Apr 26 2018 Tomas Hozza - 6.0-17 +- Added gcc as an explicit BuildRequires + * Wed Feb 07 2018 Fedora Release Engineering - 6.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild