From a19ef840cbaab2a146b405fe4c14257d73919a96 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 16 Sep 2014 11:59:32 +0200 Subject: [PATCH] Tighten -devel subpackage deps And while at this, also drop manual gtk3-devel dep that was duplicate with what rpmbuild autogenerates based on the .pc files. --- eog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eog.spec b/eog.spec index 2c3a2f7..587bae0 100644 --- a/eog.spec +++ b/eog.spec @@ -54,8 +54,7 @@ eog is extensible through a plugin system. %package devel Summary: Support for developing plugins for the eog image viewer Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: gtk3-devel +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The Eye of GNOME image viewer (eog) is the official image viewer for the @@ -115,6 +114,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %changelog * Tue Sep 16 2014 Kalev Lember - 3.13.92-1 - Update to 3.13.92 +- Tighten -devel subpackage deps * Tue Aug 19 2014 Kalev Lember - 3.13.90-1 - Update to 3.13.90