From 47b271493074b4ac901cb6c86fc8dd17a44940fa Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 7 Mar 2018 19:04:23 +0000 Subject: [PATCH] add gcc BR --- libplist.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libplist.spec b/libplist.spec index d270270..2e652cf 100644 --- a/libplist.spec +++ b/libplist.spec @@ -2,7 +2,7 @@ Name: libplist Version: 2.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library for manipulating Apple Binary and XML Property Lists License: LGPLv2+ @@ -10,6 +10,7 @@ URL: http://www.libimobiledevice.org/ Source0: http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2 BuildRequires: chrpath +BuildRequires: gcc BuildRequires: python2-Cython BuildRequires: python2-devel BuildRequires: python2-setuptools @@ -83,6 +84,9 @@ make check %{python_sitearch}/plist* %changelog +* Wed Mar 7 2018 Peter Robinson 2.0.0-8 +- Add gcc BR + * Wed Feb 07 2018 Fedora Release Engineering - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild