From 1ce22281a27ae92db91c89243cc407767736a06f Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Jan 19 2018 10:43:42 +0000 Subject: Release 0.56.2 --- diff --git a/configure.ac b/configure.ac index a958607..184a9af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.56.1) +AC_INIT(slapi-nis,0.56.2) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index de5bd6d..dee48ee 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,8 +10,8 @@ %endif Name: slapi-nis -Version: 0.56.1 -Release: 2%{?dist} +Version: 0.56.2 +Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: 389-ds-base-devel >= 1.3.5.6, %{ldap_impl}-devel BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen %if 0%{?fedora} > 18 || 0%{?rhel} > 6 -BuildRequires: libsss_nss_idmap-devel +BuildRequires: libsss_nss_idmap-devel > 1.16.0-5 %define sss_nss_opts --with-sss-nss-idmap --with-idviews %else %define sss_nss_opts %{nil} @@ -86,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Fri Jan 19 2018 Alexander Bokovoy - 0.56.2-1 +- New upstream release +- Use extended SSSD API to signal that an entry should not be cached anymore +- Add support for timeout-based NSS queries with libsss_nss_idmap + * Sat Feb 11 2017 Fedora Release Engineering - 0.56.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild