spec: Use Requires(meta): authselect
Resolves: RHEL-56703 Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
ce98152b50
commit
a57af1caf4
7
pam.spec
7
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.6.1
|
Version: 1.6.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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,7 +33,7 @@ Patch5: pam-1.6.1-pam-env-econf-read-file-fixes.patch
|
|||||||
%{load:%{SOURCE3}}
|
%{load:%{SOURCE3}}
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
Requires: authselect >= 1.3
|
Requires(meta): authselect >= 1.3
|
||||||
Requires: gdbm
|
Requires: gdbm
|
||||||
Requires: libpwquality%{?_isa}
|
Requires: libpwquality%{?_isa}
|
||||||
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
||||||
@ -362,6 +362,9 @@ done
|
|||||||
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 30 2024 Iker Pedrosa <ipedrosa@redhat.com> - 1.6.1-4
|
||||||
|
- spec: Use Requires(meta): authselect. Resolves: RHEL-56703
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com>
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com>
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user