Add explicit (Build)Requires for libxcrypt >= 4.3.3-1
This is needed to ensure working updates from previous builds. It should have been in my previous commit, but I overlooked to add it then.
This commit is contained in:
parent
47165fb66c
commit
da5343b789
7
pam.spec
7
pam.spec
@ -3,7 +3,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.3.1
|
Version: 1.3.1
|
||||||
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, pam_loginuid, and pam_console modules are GPLv2+.
|
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
||||||
@ -76,6 +76,8 @@ BuildRequires: libselinux-devel >= 1.33.2
|
|||||||
Requires: libselinux >= 1.33.2
|
Requires: libselinux >= 1.33.2
|
||||||
%endif
|
%endif
|
||||||
Requires: glibc >= 2.3.90-37
|
Requires: glibc >= 2.3.90-37
|
||||||
|
Requires: libxcrypt >= 4.3.3-1
|
||||||
|
BuildRequires: libxcrypt-devel >= 4.3.3-1
|
||||||
BuildRequires: libdb-devel
|
BuildRequires: libdb-devel
|
||||||
# Following deps are necessary only to build the pam library documentation.
|
# Following deps are necessary only to build the pam library documentation.
|
||||||
BuildRequires: linuxdoc-tools, elinks, libxslt
|
BuildRequires: linuxdoc-tools, elinks, libxslt
|
||||||
@ -370,6 +372,9 @@ done
|
|||||||
%doc doc/specs/rfc86.0.txt
|
%doc doc/specs/rfc86.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 12 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-6
|
||||||
|
- add explicit (Build)Requires for libxcrypt >= 4.3.3-1
|
||||||
|
|
||||||
* Mon Nov 12 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-5
|
* Mon Nov 12 2018 Björn Esser <besser82@fedoraproject.org> - 1.3.1-5
|
||||||
- rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r
|
- rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user