Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 09:07:22 -07:00
parent 35f9128ba2
commit fe5edc0f31

View File

@ -1,6 +1,6 @@
Name: python-pam
Version: 2.0.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Pure Python interface to the Pluggable Authentication Modules system on Linux
License: MIT
URL: https://github.com/FirefighterBlu3/python-pam
@ -41,6 +41,10 @@ authenticate a given username / password against the PAM system on Linux.
%{python3_sitelib}/python_pam-%{version}*
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.0.2-10
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Sep 27 2024 Ray Strode <rstrode@redhat.com> - 2.0.2-9
- Fix crash with pam_lastlog
Resolves: RHEL-53984