diff --git a/python-pam.spec b/python-pam.spec index 6f95310..655c70a 100644 --- a/python-pam.spec +++ b/python-pam.spec @@ -1,6 +1,6 @@ Name: python-pam Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux Group: Development/Libraries @@ -30,5 +30,8 @@ authenticate a given username / password against the PAM system on Linux. %{python_sitelib}/pam-*.egg-info %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jul 09 2013 Juan Orti Alcaine - 0.1.3-1 - Initial packaging