From 3e584e38e14140ee9c4287cfcff75a79268ba3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?= Date: Thu, 12 Jul 2018 20:11:00 +0200 Subject: [PATCH] Add gcc to BuildRequires https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- pyxattr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyxattr.spec b/pyxattr.spec index 3e8ad42..2650ac5 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -2,12 +2,13 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.5.3 -Release: 17%{?dist} +Release: 18%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.k1024.org/ Source: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz Patch0: 0001-use-Py_ssize_t.patch +BuildRequires: gcc BuildRequires: libattr-devel BuildRequires: python2-devel, python2-setuptools %if %{?with_python3} @@ -97,6 +98,9 @@ popd %endif # with_python3 %changelog +* Thu Jul 12 2018 Marcin Zajaczkowski - 0.5.3-18 +- Add gcc to BuildRequires - https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Fri Jun 15 2018 Miro HronĨok - 0.5.3-17 - Rebuilt for Python 3.7