From 670efffc2abcca8bb7a4aa017bc9b36cc3ec3138 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 5 Nov 2024 05:05:15 +0300 Subject: [PATCH] import pam-1.6.1-5.el10 --- SPECS/pam.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/pam.spec b/SPECS/pam.spec index 9d7b80e..f97bb58 100644 --- a/SPECS/pam.spec +++ b/SPECS/pam.spec @@ -4,7 +4,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.6.1 -Release: 4%{?dist} +Release: 5%{?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,10 @@ done %{_pam_libdir}/libpam_misc.so.%{so_ver}* %changelog +* Tue Oct 29 2024 Troy Dawson +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Fri Aug 30 2024 Iker Pedrosa - 1.6.1-4 - spec: Use Requires(meta): authselect. Resolves: RHEL-56703