diff --git a/pam.spec b/pam.spec index 5cd40bf..9e04f17 100644 --- a/pam.spec +++ b/pam.spec @@ -4,7 +4,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # pam_timestamp and pam_loginuid modules are GPLv2+. @@ -362,6 +362,9 @@ done %{_pam_libdir}/libpam_misc.so.%{so_ver}* %changelog +* Mon Jun 24 2024 Troy Dawson +- Bump release for June 2024 mass rebuild + * Tue Jun 18 2024 Iker Pedrosa - 1.6.1-2 - Fix static analyzer detected issues. Resolves: RHEL-36475 - pam_env: fixes for NULL environment variables