Browse Source

libldb-1.1.14-3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7261 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 11 years ago
parent
commit
918fcc91e0
1 changed files with 5 additions and 2 deletions
  1. 5 2
      lib/libl/libldb/libldb-vl.spec

+ 5 - 2
lib/libl/libldb/libldb-vl.spec

@@ -4,7 +4,7 @@
 
 Name: libldb
 Version: 1.1.14
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: Development/Libraries
 Summary: A schema-less, ldap like, API and database
 Requires: libtalloc >= %{talloc_version}
@@ -127,6 +127,7 @@ rm -rf %{buildroot}
 %{_libdir}/libldb.so.*
 %dir %{_libdir}/ldb/modules
 %dir %{_libdir}/ldb/modules/ldb
+%{_libdir}/ldb/libldb-cmdline.so
 %{_libdir}/ldb/modules/ldb/*.so
 
 %files -n ldb-tools
@@ -137,7 +138,6 @@ rm -rf %{buildroot}
 %{_bindir}/ldbmodify
 %{_bindir}/ldbrename
 %{_bindir}/ldbsearch
-%{_libdir}/ldb/libldb-cmdline.so
 %{_mandir}/man1/ldbadd.1.*
 %{_mandir}/man1/ldbdel.1.*
 %{_mandir}/man1/ldbedit.1.*
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %postun -n pyldb -p /sbin/ldconfig
 
 %changelog
+* Thu Dec 20 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.14-3
+- moved libldb-cmdline.so to main package.
+
 * Tue Dec 18 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.14-2
 - fixed dependency.