Conditionalize BR: openssl >= 3.0.0 to supported distributions
Signed-off-by: Björn Esser <besser82@fedoraproject.org>
This commit is contained in:
parent
64abd3f105
commit
9f38c534db
6
pam.spec
6
pam.spec
@ -66,7 +66,9 @@ BuildRequires: libtirpc-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libxcrypt-devel >= 4.3.3-2
|
BuildRequires: libxcrypt-devel >= 4.3.3-2
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
|
||||||
BuildRequires: openssl-devel >= 3.0.0
|
BuildRequires: openssl-devel >= 3.0.0
|
||||||
|
%endif
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
@ -402,10 +404,12 @@ exit 0
|
|||||||
* Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-5
|
* Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-5
|
||||||
- Rebase to pam-redhat-1.1.5
|
- Rebase to pam-redhat-1.1.5
|
||||||
- Drop explicit dependency on openssl, as auto-deps will pull it in
|
- Drop explicit dependency on openssl, as auto-deps will pull it in
|
||||||
|
- Conditionalize BR: openssl >= 3.0.0 to supported distributions
|
||||||
|
|
||||||
* Thu Sep 23 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.2-4
|
* Thu Sep 23 2021 Iker Pedrosa <ipedrosa@redhat.com> - 1.5.2-4
|
||||||
- Remove the /etc/motd.d directory to exclude its ownership from pam (#1968131)
|
- Remove the /etc/motd.d directory to exclude its ownership from pam (#1968131)
|
||||||
- pam_timestamp: enable openssl hmac authentication (#1947294)
|
- pam_timestamp: enable openssl hmac authentication on supported
|
||||||
|
distributions (Fedora >= 36 and RHEL >= 9) (#1947294)
|
||||||
- Clean spec file: organize dependencies and move URL location
|
- Clean spec file: organize dependencies and move URL location
|
||||||
|
|
||||||
* Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-3
|
* Thu Sep 23 2021 Björn Esser <besser82@fedoraproject.org> - 1.5.2-3
|
||||||
|
Loading…
Reference in New Issue
Block a user