[gobject-introspection] devel package requires libtool https://bugzilla.redhat.com/show_bug.cgi?id=613466

Colin Walters walters at fedoraproject.org
Wed Nov 16 14:23:09 UTC 2011


commit 44b4a0a07e7e74f9d6444847d6bdf31eb2ec1c25
Author: Colin Walters <walters at verbum.org>
Date:   Wed Nov 16 09:22:40 2011 -0500

    devel package requires libtool
    https://bugzilla.redhat.com/show_bug.cgi?id=613466

 gobject-introspection.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gobject-introspection.spec b/gobject-introspection.spec
index 97aef51..1268a0d 100644
--- a/gobject-introspection.spec
+++ b/gobject-introspection.spec
@@ -3,7 +3,7 @@
 
 Name:           gobject-introspection
 Version:        1.31.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Introspection system for GObject-based libraries
 
 Group:      Development/Libraries
@@ -45,6 +45,8 @@ Group: Development/Libraries
 Requires: %name = %{version}-%{release}
 Requires: glib2-devel
 Requires: pkgconfig
+# Not always, but whatever, it's a tiny dep to pull in
+Requires: libtool
 Obsoletes: gir-repository-devel
 
 %description devel
@@ -92,6 +94,10 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
 %{_datadir}/gtk-doc/html/gi/*
 
 %changelog
+* Wed Nov 16 2011 Colin Walters <walters at verbum.org> - 1.31.0-2
+- -devel package requires libtool
+  https://bugzilla.redhat.com/show_bug.cgi?id=613466
+
 * Wed Nov  2 2011 Matthias Clasen <mclasen at redhat.com> - 1.31.0-1
 - Update to 1.31.0
 


More information about the scm-commits mailing list