diff --git a/libuser.spec b/libuser.spec index 5158fbc..8ef37d7 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 17%{?dist} +Release: 18%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://pagure.io/libuser @@ -9,6 +9,7 @@ BuildRequires: glib2-devel, linuxdoc-tools, pam-devel, popt-devel, python2-devel BuildRequires: cyrus-sasl-devel, libselinux-devel, openldap-devel, python3-devel # To make sure the configure script can find it BuildRequires: nscd +BuildRequires: gcc # For %%check BuildRequires: fakeroot, openldap-clients, openldap-servers, openssl Summary: A user and group account administration library @@ -154,6 +155,10 @@ LC_ALL=C.UTF-8 python3 -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Fri Jul 20 2018 Jakub Hrozek - 0.62-19 +- BuildRequires: gcc +- Related: rhbz#1604682 - libuser: FTBFS in Fedora rawhide + * Fri Jul 13 2018 Fedora Release Engineering - 0.62-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild