[glom] Tighten library dependencies with the _isa macro

Kalev Lember kalev at fedoraproject.org
Sat Mar 14 12:58:22 UTC 2015


commit 963fdece1bc34dd75edded4b44e2f13f643e42d3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Mar 14 11:23:35 2015 +0100

    Tighten library dependencies with the _isa macro

 glom.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/glom.spec b/glom.spec
index a5a58d4..468a30e 100644
--- a/glom.spec
+++ b/glom.spec
@@ -38,8 +38,8 @@ BuildRequires:  libarchive > 3.0
 Requires:       postgresql-server
 # Both gda providers are dlopened by libgda. sqlite is used internally
 # by glom.
-Requires:       libgda-postgres
-Requires:       libgda-sqlite
+Requires:       libgda-postgres%{?_isa}
+Requires:       libgda-sqlite%{?_isa}
 
 %description
 Glom lets you design database systems - the database and the user
@@ -158,6 +158,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 - Simplify macro usage
 - Drop huge ChangeLog file
 - Use license macro for the COPYING file
+- Tighten library dependencies with the _isa macro
 
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 1.27.1-4
 - Rebuild for boost 1.57.0


More information about the scm-commits mailing list