Drop explicit dependencies (#2247250)
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
parent
34870a4110
commit
1b8a16d7d3
11
pam.spec
11
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: 5%{?dist}
|
Release: 6%{?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+.
|
||||||
@ -31,15 +31,10 @@ Patch5: pam-1.5.3-userdb-gdbm.patch
|
|||||||
%{load:%{SOURCE3}}
|
%{load:%{SOURCE3}}
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
Requires: audit-libs
|
|
||||||
Requires: authselect >= 1.3
|
Requires: authselect >= 1.3
|
||||||
Requires: gdbm
|
Requires: gdbm
|
||||||
Requires: libdb-convert-util
|
Requires: libdb-convert-util
|
||||||
Requires: libeconf
|
|
||||||
Requires: libpwquality%{?_isa}
|
Requires: libpwquality%{?_isa}
|
||||||
Requires: libselinux
|
|
||||||
Requires: libxcrypt
|
|
||||||
Requires: openssl
|
|
||||||
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
Requires: pam-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: setup
|
Requires: setup
|
||||||
|
|
||||||
@ -59,7 +54,6 @@ BuildRequires: libtirpc-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxcrypt-devel
|
BuildRequires: libxcrypt-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: openssl-devel
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
@ -363,6 +357,9 @@ done
|
|||||||
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
%{_pam_libdir}/libpam_misc.so.%{so_ver}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 3 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-6
|
||||||
|
- Drop explicit dependencies (#2247250)
|
||||||
|
|
||||||
* Mon Oct 30 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-5
|
* Mon Oct 30 2023 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.3-5
|
||||||
- Explicitly state package dependencies and reorganize them
|
- Explicitly state package dependencies and reorganize them
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user