[openldap] removed outdated autofs.schema and old readmes

jvcelak jvcelak at fedoraproject.org
Mon Nov 1 13:05:14 UTC 2010


commit 60cf0d92900c406240a719b4bcda8b74a3ca02f4
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Nov 1 10:19:07 2010 +0100

    removed outdated autofs.schema and old readmes
    
    resolves: #643045

 README.migration    |    4 -
 README.upgrading    |   68 -------------------
 autofs.schema       |   23 -------
 migration-tools.txt |  179 ---------------------------------------------------
 openldap.spec       |   28 +++------
 5 files changed, 9 insertions(+), 293 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index eba85f9..951ca7d 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -7,7 +7,7 @@
 
 Name: openldap
 Version: 2.4.23
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: LDAP support libraries
 Group: System Environment/Daemons
 License: OpenLDAP
@@ -15,11 +15,7 @@ URL: http://www.openldap.org/
 Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
 Source1: ldap.init
 Source2: ldap.sysconfig
-Source3: autofs.schema
-Source4: migration-tools.txt
-Source5: README.migration
-Source6: README.upgrading
-Source7: README.evolution
+Source3: README.evolution
 
 # patches for 2.4
 Patch0: openldap-slapd-conf.patch
@@ -47,7 +43,7 @@ BuildRequires: glibc-devel, libtool, libtool-ltdl-devel, groff, perl
 BuildRequires: openssl-devel
 
 Obsoletes: compat-openldap < 2.4
-# provide ldif2ldbm functionality for migrationtools
+# used by migrationtools:
 Provides: ldif2ldbm
 
 %description
@@ -294,7 +290,7 @@ make install DESTDIR=%{buildroot} \
     libdir=%{evolution_connector_libdir} \
     LIBTOOL="$libtool" \
     STRIP=""
-install -m 644 %SOURCE7 \
+install -m 644 %SOURCE3 \
     %{buildroot}/%{evolution_connector_prefix}/
 popd
 
@@ -310,10 +306,6 @@ popd
 mkdir -p %{buildroot}%{_sysconfdir}/openldap/cacerts
 mkdir -p %{buildroot}%{_sysconfdir}/pki/tls/certs
 
-# install additional documentation
-install -m 644 %SOURCE5 README.migration
-install -m 644 %SOURCE6 README.upgrading
-
 # setup data and runtime directories
 mkdir -p %{buildroot}/var/lib/ldap
 mkdir -p %{buildroot}/var/run/openldap
@@ -334,11 +326,6 @@ install -m 755 %SOURCE1 %{buildroot}%{_sysconfdir}/rc.d/init.d/slapd
 mkdir -p %{buildroot}%{_sysconfdir}/sysconfig
 install -m 644 %SOURCE2 %{buildroot}%{_sysconfdir}/sysconfig/ldap
 
-# add some more schema for the sake of migration scripts
-install -d -m755 %{buildroot}%{_sysconfdir}/openldap/schema/redhat
-install -m644 %SOURCE3 \
-    %{buildroot}%{_sysconfdir}/openldap/schema/redhat/
-
 # move slapd out of _libdir
 mv %{buildroot}/%{_libdir}/slapd %{buildroot}/%{_sbindir}/
 
@@ -603,8 +590,6 @@ exit 0
 
 %files servers
 %defattr(-,root,root)
-%doc README.upgrading
-%doc README.migration
 %doc openldap-%{version}/contrib/slapd-modules/smbk5pwd/README.smbk5pwd
 %doc openldap-%{version}/doc/guide/admin/*.html
 %doc openldap-%{version}/doc/guide/admin/*.png
@@ -658,6 +643,11 @@ exit 0
 %attr(0644,root,root)      %{evolution_connector_libdir}/*.a
 
 %changelog
+* Mon Nov 01 2010 Jan Vcelak <jvcelak at redhat.com> 2.4.23-2
+- removed outdated autofs.schema (#643045)
+- removed outdated README.upgrade
+- removed relics of migrationtools
+
 * Fri Aug 27 2010 Jan Vcelak <jvcelak at redhat.com> 2.4.23-1
 - rebase to 2.4.23
 - embeded db4 library removed


More information about the scm-commits mailing list