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