[libgdata] Tighten -devel deps with the _isa macro

Kalev Lember kalev at fedoraproject.org
Sun Aug 10 08:41:00 UTC 2014


commit 4b1b1ee005bbb4da8aa8629be6836ba5a21ae34a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Aug 10 10:32:22 2014 +0200

    Tighten -devel deps with the _isa macro

 libgdata.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libgdata.spec b/libgdata.spec
index c70b40f..923594d 100644
--- a/libgdata.spec
+++ b/libgdata.spec
@@ -32,7 +32,7 @@ the common Google services, and has full asynchronous support.
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -79,6 +79,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %changelog
 * Sun Aug 10 2014 Kalev Lember <kalevlember at gmail.com> - 0.15.2-1
 - Update to 0.15.2
+- Tighten -devel deps with the _isa macro
 
 * Tue Jul 22 2014 Kalev Lember <kalevlember at gmail.com> - 0.15.1-3
 - Rebuilt for gobject-introspection 1.41.4


More information about the scm-commits mailing list