update to 0.45
- fix dispatching for multiple connected clients in the NIS plugin (#923336)
This commit is contained in:
parent
49117af8cd
commit
2a96b6feba
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,3 +36,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.43.tar.gz.sig
|
/slapi-nis-0.43.tar.gz.sig
|
||||||
/slapi-nis-0.44.tar.gz
|
/slapi-nis-0.44.tar.gz
|
||||||
/slapi-nis-0.44.tar.gz.sig
|
/slapi-nis-0.44.tar.gz.sig
|
||||||
|
/slapi-nis-0.45.tar.gz
|
||||||
|
/slapi-nis-0.45.tar.gz.sig
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.44
|
Version: 0.45
|
||||||
Release: 3%{?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
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.45-1
|
||||||
|
- fix dispatching for multiple connected clients in the NIS plugin (#923336)
|
||||||
|
|
||||||
* Tue Feb 5 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.44-3
|
* Tue Feb 5 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.44-3
|
||||||
- work around multilib differences in the example .ldif files (internal
|
- work around multilib differences in the example .ldif files (internal
|
||||||
tooling)
|
tooling)
|
||||||
|
Loading…
Reference in New Issue
Block a user