[packages/openldap] move /etc/openldap/ldap.conf (openldap lib config) to libs package

glen glen at pld-linux.org
Wed Nov 20 14:14:02 CET 2013


commit 7d4c64256fb0b6c5ec352f68ba10f98b73b6232c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Nov 20 15:13:06 2013 +0200

    move /etc/openldap/ldap.conf (openldap lib config) to libs package
    
    everything using openldap uses it

 openldap.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index e6223f9..c8366dc 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -25,7 +25,7 @@ Summary(ru.UTF-8):	Образцы клиентов LDAP
 Summary(uk.UTF-8):	Зразки клієнтів LDAP
 Name:		openldap
 Version:	2.4.38
-Release:	1
+Release:	2
 License:	OpenLDAP Public License
 Group:		Networking/Daemons
 Source0:	ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
@@ -1932,9 +1932,7 @@ fi
 %defattr(644,root,root,755)
 %doc %{name}-%{version}/{ANNOUNCEMENT,CHANGES,COPYRIGHT,README,LICENSE}
 %doc %{name}-%{version}/doc/{drafts,rfc}
-%dir %{_sysconfdir}/openldap
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openldap/ldapserver
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openldap/ldap.conf
 %attr(755,root,root) %{_bindir}/*
 %dir %{_datadir}/openldap
 %{_mandir}/man1/ldap*.1*
@@ -1948,6 +1946,8 @@ fi
 
 %files libs
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/openldap
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openldap/ldap.conf
 %attr(755,root,root) %{_libdir}/liblber-2.4.so.*.*.*
 %attr(755,root,root) %{_libdir}/libldap-2.4.so.*.*.*
 %attr(755,root,root) %{_libdir}/libldap_r-2.4.so.*.*.*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openldap.git/commitdiff/7d4c64256fb0b6c5ec352f68ba10f98b73b6232c



More information about the pld-cvs-commit mailing list