From 69d02baa7e2f0f9e3a592864c3dd69180a7739b8 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Mon, 19 Feb 2018 09:26:33 -0500 Subject: [PATCH] Add missing BuildRequires on gcc --- jansson.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jansson.spec b/jansson.spec index 2f8a7ee..4a71e9e 100644 --- a/jansson.spec +++ b/jansson.spec @@ -1,6 +1,6 @@ Name: jansson Version: 2.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: C library for encoding, decoding and manipulating JSON data Group: System Environment/Libraries @@ -12,6 +12,7 @@ Source0: http://www.digip.org/jansson/releases/jansson-%{version}.tar.bz2 # https://github.com/akheron/jansson/commit/28666cead0a4c946b234d42f25b8a9db81f9bbdf Patch00: jansson-2.10-optionalpack.patch +BuildRequires: gcc BuildRequires: python-sphinx %description @@ -66,6 +67,9 @@ rm "$RPM_BUILD_ROOT%{_libdir}"/*.la %doc doc/_build/html/* %changelog +* Mon Feb 19 2018 Jared Smith - 2.10-7 +- Add missing BuildRequires on gcc + * Wed Feb 07 2018 Fedora Release Engineering - 2.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild