diff --git a/pam.spec b/pam.spec index 35a7a60..79072d7 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.1.4 -Release: 2%{?dist} +Release: 4%{?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, pam_loginuid, and pam_console modules are GPLv2+. @@ -365,10 +365,13 @@ fi %doc doc/adg/*.txt doc/adg/html %changelog -* Thu Aug 25 2011 Tomas Mraz 1.1.4-3 +* Thu Aug 25 2011 Tomas Mraz 1.1.4-4 - fix dereference in pam_env - fix wrong parse of user@host pattern in pam_access (#732081) +* Sat Jul 23 2011 Ville Skyttä - 1.1.4-3 +- Rebuild to fix trailing slashes in provided dirs added by rpm 4.9.1. + * Fri Jul 15 2011 Tomas Mraz 1.1.4-2 - clear supplementary groups in pam_console handler execution