- fix %deref and %referred to fail rather than return a valid-but-empty

result when they fail to evaluate (reported by Rob Crittenden)
This commit is contained in:
Nalin Dahyabhai 2009-05-08 13:40:45 +00:00
parent 22ceab2625
commit 8c984f8a7b
3 changed files with 7 additions and 2 deletions

View File

@ -5,3 +5,4 @@ slapi-nis-0.10.tar.gz
slapi-nis-0.11.tar.gz
slapi-nis-0.13.tar.gz
slapi-nis-0.14.tar.gz
slapi-nis-0.15.tar.gz

View File

@ -1,5 +1,5 @@
Name: slapi-nis
Version: 0.14
Version: 0.15
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
* Fri May 8 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.15-1
- fix %deref and %referred to fail rather than return a valid-but-empty
result when they fail to evaluate (reported by Rob Crittenden)
* Wed May 6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
- correctly handle being loaded but disabled (#499404)

View File

@ -1 +1 @@
c5b2851cbb62da56a59e695d168572eb slapi-nis-0.14.tar.gz
65bfdffac1f651c138edb1cc31c1dd6d slapi-nis-0.15.tar.gz