%global commit 2ef09af53f26f519b9d169570b41a3ad7128ae38 %global commitdate 20191115 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: python-pam Version: 1.8.5~rc2^%{commitdate}.%{shortcommit} Release: 1%{?dist} Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux License: MIT URL: https://github.com/FirefighterBlu3/python-pam Source0: https://github.com/FirefighterBlu3/python-pam/archive/%{commit}/%{name}-%{shortcommit}.tar.gz Patch0: fix-setup.py.patch Patch1: 2FA-support.patch 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 -n %{name}-%{commit} -p1 %build %py3_build %install %py3_install mv %{buildroot}%{python3_sitelib}/{src/,}pam.py rm -rf %{buildroot}%{python3_sitelib}/src/ %files -n python3-pam %doc README.md %license LICENSE %{python3_sitelib}/pam.py %{python3_sitelib}/python_pam*.egg-info %{python3_sitelib}/__pycache__/pam.cpython* %changelog * Fri Sep 24 2021 Aurelien Bompard - 1.8.5~rc2^20191115.550da21-1 - Update to a git snapshot - Backport 2FA support * Fri Jul 23 2021 Fedora Release Engineering - 1.8.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.8.4-11 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.8.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.8.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.8.4-8 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.8.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 24 2019 Juan Orti Alcaine - 1.8.4-6 - Drop python2 support * 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