diff --git a/libuser.spec b/libuser.spec index 5c92da6..5158fbc 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 16%{?dist} +Release: 17%{?dist} Group: System Environment/Base License: LGPLv2+ URL: https://pagure.io/libuser @@ -154,6 +154,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser" %{_datadir}/gtk-doc/html/* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.62-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 9 2018 Jakub Hrozek - 0.62-16 - Use python2 explicitly in tests of python2 bindings instead of just "python" - Related: rhbz#1582899 - libuser: FTBFS in Fedora 28