Remove tcpwrappers support
This commit is contained in:
parent
056c4e7667
commit
ad9fe36aec
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.56.2
|
Version: 0.56.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -27,11 +27,6 @@ BuildRequires: libsss_nss_idmap-devel > 1.16.0-5
|
|||||||
%define sss_nss_opts %{nil}
|
%define sss_nss_opts %{nil}
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
|
||||||
BuildRequires: tcp_wrappers-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: tcp_wrappers
|
|
||||||
%endif
|
|
||||||
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
||||||
BuildRequires: libtirpc-devel
|
BuildRequires: libtirpc-devel
|
||||||
%endif
|
%endif
|
||||||
@ -57,7 +52,7 @@ for attributes from multiple entries in the tree.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-tcp-wrappers --with-ldap=%{ldap_impl} \
|
%configure --disable-static --with-ldap=%{ldap_impl} \
|
||||||
--with-nsswitch --with-pam --with-pam-service=system-auth \
|
--with-nsswitch --with-pam --with-pam-service=system-auth \
|
||||||
%{sss_nss_opts} %{betxn_opts}
|
%{sss_nss_opts} %{betxn_opts}
|
||||||
sed -i -e 's,%{_libdir}/dirsrv/plugins/,,g' -e 's,.so$,,g' doc/examples/*.ldif
|
sed -i -e 's,%{_libdir}/dirsrv/plugins/,,g' -e 's,.so$,,g' doc/examples/*.ldif
|
||||||
@ -82,6 +77,9 @@ make check
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-4
|
||||||
|
- Remove tcpwrappers support as they aren't available in Fedora anymore
|
||||||
|
|
||||||
* Thu Mar 15 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-3
|
* Thu Mar 15 2018 Alexander Bokovoy <abokovoy@redhat.com> - 0.56.2-3
|
||||||
- Do not build on i686 in Fedora 28 or later as 389-ds-base is not available there anymore
|
- Do not build on i686 in Fedora 28 or later as 389-ds-base is not available there anymore
|
||||||
- Resolves rhbz#1556448
|
- Resolves rhbz#1556448
|
||||||
|
Loading…
Reference in New Issue
Block a user