[totem-pl-parser] Tighten subpackage requires with the _isa macro

Kalev Lember kalev at fedoraproject.org
Mon Sep 22 10:06:03 UTC 2014


commit 4190e5041ebbc775978ff9a91689a6f6ef8a9a1e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Sep 22 11:53:57 2014 +0200

    Tighten subpackage requires with the _isa macro

 totem-pl-parser.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec
index c97846c..9029fb7 100644
--- a/totem-pl-parser.spec
+++ b/totem-pl-parser.spec
@@ -27,7 +27,7 @@ A library to parse and save playlists, as used in music and movie players.
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Obsoletes:	totem-devel < 2.21.90
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:	pkgconfig
 Requires:	gobject-introspection-devel
 
@@ -70,6 +70,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %changelog
 * Mon Sep 22 2014 Kalev Lember <kalevlember at gmail.com> - 3.10.3-1
 - Update to 3.10.3
+- Tighten subpackage requires with the _isa macro
 
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list