From abb0bdd76dc62c39c473ae6bb27913f681014929 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 15 Sep 2014 15:37:51 +0200 Subject: [PATCH] Tighten deps with the _isa macro --- libsoup.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libsoup.spec b/libsoup.spec index 817d3a8..e06cb18 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -11,7 +11,6 @@ Summary: Soup, an HTTP library implementation URL: http://live.gnome.org/LibSoup #VCS: git:git://git.gnome.org/libsoup Source: http://download.gnome.org/sources/libsoup/2.47/libsoup-%{version}.tar.xz -Requires: glib-networking >= %{glib2_version} ### Build Dependencies ### @@ -22,6 +21,9 @@ BuildRequires: intltool BuildRequires: libxml2-devel BuildRequires: sqlite-devel +Requires: glib2%{?_isa} >= %{glib2_version} +Requires: glib-networking%{?_isa} >= %{glib2_version} + %description Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but @@ -36,7 +38,7 @@ supported for those who want it). %package devel Summary: Header files for the Soup library Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Libsoup is an HTTP library implementation in C. This package allows @@ -80,6 +82,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %changelog * Mon Sep 15 2014 Kalev Lember - 2.47.92-1 - Update to 2.47.92 +- Tighten deps with the _isa macro * Sun Aug 17 2014 Fedora Release Engineering - 2.47.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild