- fix a compile error on systems where LDAP_SCOPE_SUBORDINATE isn't defined (reported by Christian Neuhold)
- conditionalize whether we have a build dependency on tcp_wrappers (older releases) or tcp_wrappers-devel (newer releases)
This commit is contained in:
parent
663ab376f2
commit
a7f763871f
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,3 +24,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.34.tar.gz.sig
|
||||
/slapi-nis-0.36.tar.gz
|
||||
/slapi-nis-0.36.tar.gz.sig
|
||||
/slapi-nis-0.37.tar.gz
|
||||
/slapi-nis-0.37.tar.gz.sig
|
||||
|
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.36
|
||||
Version: 0.37
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -14,8 +14,13 @@ URL: http://slapi-nis.fedorahosted.org/
|
||||
Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
|
||||
Source1: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel, tcp_wrappers-devel
|
||||
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel
|
||||
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
|
||||
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
||||
BuildRequires: tcp_wrappers-devel
|
||||
%else
|
||||
BuildRequires: tcp_wrappers
|
||||
%endif
|
||||
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
||||
BuildRequires: libtirpc-devel
|
||||
%endif
|
||||
@ -65,6 +70,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.37-1
|
||||
- fix a compile error on systems where LDAP_SCOPE_SUBORDINATE isn't defined
|
||||
(reported by Christian Neuhold)
|
||||
- conditionalize whether we have a build dependency on tcp_wrappers (older
|
||||
releases) or tcp_wrappers-devel (newer releases)
|
||||
|
||||
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.36-1
|
||||
- take steps to avoid making yp_first/yp_next clients loop indefinitely
|
||||
when a single LDAP entry produces multiple copies of the same NIS key
|
||||
|
Loading…
Reference in New Issue
Block a user