Added replication session header to devel subpackage.
This commit is contained in:
parent
d321a9b70b
commit
fba8bc41ec
@ -10,7 +10,7 @@
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.6
|
||||
Release: %{?relprefix}5%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}6%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -151,6 +151,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{pkgname}/plugins/*.la
|
||||
|
||||
install -p -m 644 ldap/servers/slapd/slapi-plugin.h $RPM_BUILD_ROOT%{_includedir}/%{pkgname}/
|
||||
install -p -m 644 ldap/servers/plugins/replication/winsync-plugin.h $RPM_BUILD_ROOT%{_includedir}/%{pkgname}/
|
||||
install -p -m 644 ldap/servers/plugins/replication/repl-session-plugin.h $RPM_BUILD_ROOT%{_includedir}/%{pkgname}/
|
||||
|
||||
# make sure perl scripts have a proper shebang
|
||||
sed -i -e 's|#{{PERL-EXEC}}|#!/usr/bin/perl|' $RPM_BUILD_ROOT%{_datadir}/%{pkgname}/script-templates/template-*.pl
|
||||
@ -344,6 +345,9 @@ end
|
||||
%{_datadir}/%{pkgname}-selinux
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2010 Nathan Kinder <nkinder@redhat.com> - 1.2.6-0.6.rc1
|
||||
- install replication session plugin header with devel package
|
||||
|
||||
* Wed Jun 9 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.5.rc1
|
||||
- 1.2.6 release candidate 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user