Name: python-pam Version: 1.8.4 Release: 6%{?dist}.frs Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux License: MIT URL: https://github.com/FirefighterBlu3/python-pam Source0: https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %description This module provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux. %package -n python3-pam Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux %{?python_provide:%python_provide python3-pam} %description -n python3-pam This module provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux. %prep %autosetup %build %py3_build %install %py3_install %files -n python3-pam %doc README.md %license LICENSE %{python3_sitelib}/pam.py* %{python3_sitelib}/python_pam*-%{version}-py*.egg-info %{python3_sitelib}/__pycache__/pam.cpython* %changelog * Mon Oct 14 2019 Juan Orti Alcaine - 1.8.4-6 - Drop python2 support and rebuild for epel8 * Thu Oct 03 2019 Miro Hrončok - 1.8.4-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.8.4-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.8.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Juan Orti Alcaine - 1.8.4-1 - Version 1.8.4 * Sat Jul 14 2018 Fedora Release Engineering - 1.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.8.3-2 - Rebuilt for Python 3.7 * Wed May 16 2018 Juan Orti Alcaine - 1.8.3-1 - Version 1.8.3 * Fri Feb 09 2018 Fedora Release Engineering - 1.8.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.8.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Jul 01 2017 Juan Orti Alcaine - 1.8.2-9 - Python3 changes * Sat Feb 11 2017 Fedora Release Engineering - 1.8.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 1.8.2-7 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 1.8.2-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.8.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Nov 16 2015 Juan Orti Alcaine - 1.8.2-4 - Use python_provide macro * Tue Nov 10 2015 Fedora Release Engineering - 1.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri May 22 2015 Juan Orti Alcaine - 1.8.2-1 - Switch to fork from David Ford, previous source was unmaintained since 2009 - Update to 1.8.2 - Add python3 subpackage * Tue Aug 12 2014 Juan Orti Alcaine - 0.1.4-2 - Add support for EPEL6. * Wed Jun 11 2014 Fedora Release Engineering - 0.1.4-1 - Bug #1104258 update to 0.1.4 * Sat Jun 07 2014 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * 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