summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2013-08-07 13:06:59 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2013-08-07 13:06:59 -0400
commita5963c5ea9d7c7a1057e49dcc62be4c180eb231d (patch)
treec34d834342b3da04b135f547560a11038b954cc9
parentd897b9b6648257bb001394040ab4a6d50c35069b (diff)
downloadslapi-nis-a5963c5ea9d7c7a1057e49dcc62be4c180eb231d.tar.gz
slapi-nis-a5963c5ea9d7c7a1057e49dcc62be4c180eb231d.tar.xz
slapi-nis-a5963c5ea9d7c7a1057e49dcc62be4c180eb231d.zip
Doc updates, tag 0.47.6.
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec14
3 files changed, 16 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index cac2525..f50666f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.47.5 * Add optional per-container schema-compat-lookup-nsswitch and
+ schema-compat-nsswitch-min-id settings, which supplement the
+ content of a set of compat entries with information from the
+ system on which the directory server is running.
0.47 * Fix memory leaks of request arguments in the NIS server.
* Add a sort function.
0.46 * Fix detection of entries being modified so that they should be
diff --git a/configure.ac b/configure.ac
index 1b4bd42..aab207a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.47.5)
+AC_INIT(slapi-nis,0.47.6)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 45506a1..00c14a8 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -10,7 +10,7 @@
%endif
Name: slapi-nis
-Version: 0.47.5
+Version: 0.47.6
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -21,7 +21,10 @@ Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.ta
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
-BuildRequires: libsss_nss_idmap-devel, pam-devel
+%if 0%{?fedora} > 18 || 0%{?rhel} > 6
+BuildRequires: libsss_nss_idmap-devel
+%endif
+BuildRequires: pam-devel
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
BuildRequires: tcp_wrappers-devel
%else
@@ -71,12 +74,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif
+%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif doc/ipa
%{_mandir}/man1/*
%{_libdir}/dirsrv/plugins/*.so
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Wed Aug 7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.6-1
+- only buildrequire libsss_nss_idmap-devel on releases that included SSSD
+ version 1.10 or later, where it first appeared
+
* Wed Aug 7 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47.5-1
- merge Alexander Bokovoy's patches to
- teach the schema compatibility plugin to optionally serve user and group
@@ -85,6 +92,7 @@ rm -rf $RPM_BUILD_ROOT
- to rewrite the DN of incoming bind requests to compat entries to point
at the source entries, instead of returning a referral which most clients
won't handle
+- include IPA-specific docs as docs
* Fri May 24 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.47-1
- fix request argument memory leaks in NIS server