- update to 0.25
This commit is contained in:
parent
e73f356cb7
commit
14574aca42
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.21.tar.gz
|
||||
/slapi-nis-0.22.tar.gz
|
||||
/slapi-nis-0.23.tar.gz
|
||||
/slapi-nis-0.25.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.23
|
||||
Version: 0.25
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -14,7 +14,10 @@ URL: http://slapi-nis.fedorahosted.org/
|
||||
Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel, tcp_wrappers-devel
|
||||
BuildRequires: nspr-devel, nss-devel
|
||||
BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen
|
||||
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
||||
BuildRequires: libtirpc-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package provides two plugins for Red Hat and 389 Directory Server.
|
||||
@ -53,10 +56,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README STATUS doc/*.txt doc/examples/*.ldif
|
||||
%{_mandir}/man1/*
|
||||
%{_libdir}/dirsrv/plugins/*.so
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.25-1
|
||||
- speed up building compat entries which reference thousands of other entries
|
||||
(more of #692690)
|
||||
|
||||
* Fri May 13 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.24-1
|
||||
- carry our own yp.x, so that we don't get bitten if libc doesn't include
|
||||
yp client routines
|
||||
- we need rpcgen at build-time now
|
||||
|
||||
* Thu Mar 31 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.23-1
|
||||
- speed up building compat entries with attributes with thousands of literal
|
||||
values (#692690)
|
||||
|
Loading…
Reference in New Issue
Block a user