diff --git a/python-smbc.spec b/python-smbc.spec index 3eb8ab6..4eb6a3e 100644 --- a/python-smbc.spec +++ b/python-smbc.spec @@ -6,10 +6,14 @@ Summary: Python bindings for libsmbclient API from Samba Name: python-smbc Version: 1.0.15.4 -Release: 13%{?dist} +Release: 14%{?dist} URL: https://github.com/hamano/pysmbc Source: http://pypi.python.org/packages/source/p/pysmbc/pysmbc-%{version}.tar.bz2 License: GPLv2+ + +# gcc is no longer in buildroot by default +BuildRequires: gcc + BuildRequires: python2-devel BuildRequires: python3-devel BuildRequires: libsmbclient-devel >= 3.2 @@ -75,6 +79,9 @@ epydoc -o html --html build/lib*/_smbc.so %changelog +* Mon Feb 19 2018 Zdenek Dohnal - 1.0.15.4-14 +- gcc is no longer in buildroot by default + * Fri Feb 09 2018 Fedora Release Engineering - 1.0.15.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild