diff --git a/ocfs2-tools.spec b/ocfs2-tools.spec index 3bbee93..23d590f 100644 --- a/ocfs2-tools.spec +++ b/ocfs2-tools.spec @@ -3,7 +3,7 @@ Summary: Tools for managing the Oracle Cluster Filesystem 2 Name: ocfs2-tools Version: 1.8.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Source0: https://github.com/markfasheh/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz # applied in upstream git 0ffd58b2 @@ -27,6 +27,7 @@ Requires: glib2 >= 2.2.3 Provides: ocfs2-tools-pcmk = %{version} Obsoletes: ocfs2-tools-pcmk < 1.6.3-1 +BuildRequires: gcc BuildRequires: autoconf, automake %{?systemd_requires} BuildRequires: systemd @@ -188,6 +189,9 @@ chmod 755 %{buildroot}/%{python_sitearch}/ocfs2interface/*.so %{_includedir}/ocfs2/* %changelog +* Sat Mar 10 2018 Robin Lee - 1.8.5-5 +- BR gcc for http://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Thu Mar 01 2018 Iryna Shcherbina - 1.8.5-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)