[libpreludedb] Add -i to autoreconf to add missing test-driver

Steve Grubb sgrubb at fedoraproject.org
Sun Mar 10 14:48:05 UTC 2013


commit 22f012d29e4d5b6e66005e4fbc3349afe6b0590f
Author: Steve <sgrubb at redhat.com>
Date:   Sun Mar 10 10:48:02 2013 -0400

    Add -i to autoreconf to add missing test-driver
    
    - Add libtool as build dependency

 libpreludedb.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libpreludedb.spec b/libpreludedb.spec
index 1eed5dd..402f876 100644
--- a/libpreludedb.spec
+++ b/libpreludedb.spec
@@ -14,7 +14,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libprelude-devel python-devel perl-devel
 BuildRequires:	sqlite-devel mysql-devel, postgresql-devel
 # For libprelude-1.0.0-Fix-building-with-glibc-2.16.6.patch:
-BuildRequires:  autoconf, automake
+BuildRequires:  autoconf, automake, libtool
 # This package uses gnulib. It was granted an exception
 # https://fedorahosted.org/fpc/ticket/174
 Provides: bundled(gnulib)
@@ -175,6 +175,7 @@ rm -rf %{buildroot}
 %changelog
 * Sun Mar 10 2013 Steve Grubb <sgrubb at redhat.com> - 1:1.0.0-16
 - Add -i to autoreconf to add missing test-driver
+- Add libtool as build dependency
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:1.0.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list