Force rebuild of configure

This commit is contained in:
Alexander Bokovoy 2018-05-02 09:56:51 +03:00
parent a936e6da81
commit af37832f98
1 changed files with 5 additions and 1 deletions

View File

@ -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 <abokovoy@redhat.com> - 0.56.2-6
- Force rebuild of configure
* Wed May 02 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-5
- Link with libnsl explicitly in Fedora 28 or later
- Require libnsl2-devel for build