Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
0feef2b94b
commit
d528fb77e1
8
pam.spec
8
pam.spec
@ -4,7 +4,7 @@
|
|||||||
Summary: An extensible library which provides authentication for applications
|
Summary: An extensible library which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.5.3
|
Version: 1.5.3
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+
|
# The library is BSD licensed with option to relicense as GPLv2+
|
||||||
# - this option is redundant as the BSD license allows that anyway.
|
# - this option is redundant as the BSD license allows that anyway.
|
||||||
# pam_timestamp and pam_loginuid modules are GPLv2+.
|
# pam_timestamp and pam_loginuid modules are GPLv2+.
|
||||||
@ -33,11 +33,12 @@ Patch5: pam-1.5.3-userdb-gdbm.patch
|
|||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
Requires: authselect >= 1.3
|
Requires: authselect >= 1.3
|
||||||
Requires: gdbm
|
Requires: gdbm
|
||||||
Requires: libdb-convert-util
|
|
||||||
Requires: libpwquality%{?_isa}
|
Requires: libpwquality%{?_isa}
|
||||||
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: setup
|
Requires: setup
|
||||||
|
|
||||||
|
Suggests: libdb-convert-util
|
||||||
|
|
||||||
### Build Dependencies ###
|
### Build Dependencies ###
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -358,6 +359,9 @@ done
|
|||||||
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-8
|
||||||
|
- Suggest libdb-convert-util (#2245149 and #1788543)
|
||||||
|
|
||||||
* Tue Nov 7 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-7
|
* Tue Nov 7 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-7
|
||||||
- Include openssl-devel build dependency
|
- Include openssl-devel build dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user