From af37832f989d02c7c63e817b98de61cd199a39af Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 2 May 2018 09:56:51 +0300 Subject: [PATCH] Force rebuild of configure --- slapi-nis.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slapi-nis.spec b/slapi-nis.spec index e2e6c17..d5bc154 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -11,7 +11,7 @@ Name: slapi-nis Version: 0.56.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -55,6 +55,7 @@ for attributes from multiple entries in the tree. %setup -q %build +autoconf --force %configure --disable-static --with-ldap=%{ldap_impl} \ --with-nsswitch --with-pam --with-pam-service=system-auth \ %{sss_nss_opts} %{betxn_opts} @@ -80,6 +81,9 @@ make check %{_sbindir}/nisserver-plugin-defs %changelog +* Wed May 02 2018 Alexander Bokovoy - 0.56.2-6 +- Force rebuild of configure + * Wed May 02 2018 Alexander Bokovoy - 0.56.2-5 - Link with libnsl explicitly in Fedora 28 or later - Require libnsl2-devel for build