From da5343b789dd4432ec8f4394a30fd7566e876f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 12 Nov 2018 11:34:27 +0100 Subject: [PATCH] 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. --- pam.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pam.spec b/pam.spec index 8d81bc1..aa92d0f 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.3.1 -Release: 5%{?dist} +Release: 6%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # 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 %endif Requires: glibc >= 2.3.90-37 +Requires: libxcrypt >= 4.3.3-1 +BuildRequires: libxcrypt-devel >= 4.3.3-1 BuildRequires: libdb-devel # Following deps are necessary only to build the pam library documentation. BuildRequires: linuxdoc-tools, elinks, libxslt @@ -370,6 +372,9 @@ done %doc doc/specs/rfc86.0.txt %changelog +* Mon Nov 12 2018 Björn Esser - 1.3.1-6 +- add explicit (Build)Requires for libxcrypt >= 4.3.3-1 + * Mon Nov 12 2018 Björn Esser - 1.3.1-5 - rebuilt against libxcrypt-4.3.3 to enable the use of crypt_gensalt_r