diff --git a/python-bcrypt.spec b/python-bcrypt.spec index a603c52..49f666c 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -5,7 +5,7 @@ Name: python-bcrypt Version: 3.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} #crypt_blowfish code is in Public domain and all other code in ASL 2.0 @@ -86,6 +86,9 @@ find %{buildroot}%{python3_sitearch} -name '*.so' -exec chmod 755 {} ';' %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 3.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Tue Jun 06 2017 William Moreno - 3.1.3-1 - Update to 3.1.3 upstream release