From 5de3629b6fa605dd9fa121ba7632c13be86dbdb7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 14 Sep 2017 21:49:19 +0200 Subject: [PATCH] Tighten subpackage deps with the _isa macro --- pycairo.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pycairo.spec b/pycairo.spec index 1219ad7..86bab0f 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -19,7 +19,7 @@ Python bindings for the cairo library. %package devel Summary: Libraries and headers for pycairo -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python-devel %description devel @@ -52,6 +52,7 @@ libraries so that they interoperate with pycairo. - Update to 1.15.2 - Switch to new upstream at https://github.com/pygobject/pycairo - Switch to distutils build system +- Tighten subpackage deps with the _isa macro * Thu Aug 03 2017 Fedora Release Engineering - 1.10.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild