[eog] Add back accidentally dropped deps

Kalev Lember kalev at fedoraproject.org
Sat Feb 21 17:15:57 UTC 2015


commit 834bdf9682a271ce6901aacc45ca4155a0223bc4
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Feb 21 18:11:21 2015 +0100

    Add back accidentally dropped deps
    
    Commit 85ca81fe7154084d19bf38bfbb6140b53628af09 dropped minimum gtk3 and
    glib dependencies; this adds them back.

 eog.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/eog.spec b/eog.spec
index 9947370..2cf8bf7 100644
--- a/eog.spec
+++ b/eog.spec
@@ -41,7 +41,8 @@ BuildRequires: zlib-devel
 BuildRequires: /usr/bin/appstream-util
 
 Requires:      gsettings-desktop-schemas
-
+Requires:      glib2%{?_isa} >= %{glib2_version}
+Requires:      gtk3%{?_isa} >= %{gtk3_version}
 
 %description
 The Eye of GNOME image viewer (eog) is the official image viewer for the


More information about the scm-commits mailing list