- 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:
parent
22ceab2625
commit
8c984f8a7b
@ -5,3 +5,4 @@ slapi-nis-0.10.tar.gz
|
|||||||
slapi-nis-0.11.tar.gz
|
slapi-nis-0.11.tar.gz
|
||||||
slapi-nis-0.13.tar.gz
|
slapi-nis-0.13.tar.gz
|
||||||
slapi-nis-0.14.tar.gz
|
slapi-nis-0.14.tar.gz
|
||||||
|
slapi-nis-0.15.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
|
||||||
- correctly handle being loaded but disabled (#499404)
|
- correctly handle being loaded but disabled (#499404)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user