Rebuild configure after changing it

This commit is contained in:
Alexander Bokovoy 2018-05-02 10:20:21 +03:00
parent 7c647c451a
commit 3a1eb0efa6
1 changed files with 9 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
@ -19,6 +19,9 @@ URL: http://pagure.io/slapi-nis/
Source0: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz
Source1: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.sig
Patch1: 0001-support-transition-from-libtirpc-to-libnsl-in-Fedora.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
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
@ -53,8 +56,10 @@ for attributes from multiple entries in the tree.
%prep
%setup -q
%patch1 -p1
%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 +85,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