[openldap] remove obsoleted slapd.conf

jvcelak jvcelak at fedoraproject.org
Tue Feb 14 16:51:24 UTC 2012


commit b5e66b7ea2ff74d847ac6efd75b44a14244eb11d
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Tue Feb 14 13:48:40 2012 +0100

    remove obsoleted slapd.conf

 openldap.spec       |    7 +--
 slapd.conf.obsolete |  147 ---------------------------------------------------
 2 files changed, 3 insertions(+), 151 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index 0cac08b..7bac71f 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -15,9 +15,8 @@ Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version
 Source1: slapd.service
 Source2: slapd.sysconfig
 Source3: slapd.tmpfiles
-Source4: slapd.conf.obsolete
-Source5: slapd.ldif
-Source6: ldap.conf
+Source4: slapd.ldif
+Source5: ldap.conf
 Source50: libexec-functions
 Source51: libexec-convert-config.sh
 Source52: libexec-check-config.sh
@@ -369,7 +368,7 @@ chmod 0644 %{buildroot}%{_libdir}/lib*.*a
 # new configuration will be generated in %%post
 mkdir -p %{buildroot}%{_datadir}
 install -m 0755 -d %{buildroot}%{_datadir}/openldap-servers
-install -m 0644 %SOURCE5 %{buildroot}%{_datadir}/openldap-servers/slapd.ldif
+install -m 0644 %SOURCE4 %{buildroot}%{_datadir}/openldap-servers/slapd.ldif
 install -m 0700 -d %{buildroot}%{_sysconfdir}/openldap/slapd.d
 rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.conf
 rm -f %{buildroot}%{_sysconfdir}/openldap/slapd.ldif


More information about the scm-commits mailing list