From 8f94d6252d4a07c216b980ba7a940cd11321740f Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 30 Jan 2018 16:55:42 +0100 Subject: [PATCH] and the NIS support now also requires libnsl2 --- pam.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pam.spec b/pam.spec index 66f0e58..b284a27 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.0 -Release: 8%{?dist} +Release: 9%{?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+. @@ -66,7 +66,7 @@ BuildRequires: automake, libtool BuildRequires: bison, flex, sed BuildRequires: cracklib-devel BuildRequires: perl-interpreter, pkgconfig, gettext-devel -BuildRequires: libtirpc-devel +BuildRequires: libtirpc-devel, libnsl2-devel %if %{WITH_AUDIT} BuildRequires: audit-libs-devel >= 1.0.8 Requires: audit-libs >= 1.0.8 @@ -374,6 +374,9 @@ fi %doc doc/adg/*.txt doc/adg/html %changelog +* Thu Jan 30 2018 Tomáš Mráz 1.3.0-9 +- and the NIS support now also requires libnsl2 + * Sat Jan 20 2018 Björn Esser - 1.3.0-8 - Rebuilt for switch to libxcrypt