diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-07 12:50:23 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-07 12:50:23 +0200 |
commit | c25e034ed3b1d7ea00902831111b09c6a9c26fcb (patch) | |
tree | 10d26a3909a1f3ec0fcc879997a02bf61e6c3252 /abrt.spec | |
parent | 678a880a9e5aeb0b0742c69125789842fe32b9fc (diff) | |
download | abrt-c25e034ed3b1d7ea00902831111b09c6a9c26fcb.tar.gz abrt-c25e034ed3b1d7ea00902831111b09c6a9c26fcb.tar.xz abrt-c25e034ed3b1d7ea00902831111b09c6a9c26fcb.zip |
SPEC: added gnome-python2-gnomekeyring to requirements
Diffstat (limited to 'abrt.spec')
-rw-r--r-- | abrt.spec | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt Version: 0.0.9 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ @@ -52,7 +52,8 @@ Development libraries and headers for %{name}. Summary: %{name}'s gui Group: User Interface/Desktops Requires: %{name} = %{version}-%{release} -Requires: dbus-python, pygtk2, pygtk2-libglade,gnome-python2-gnomevfs +Requires: dbus-python, pygtk2, pygtk2-libglade, +Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring # only if gtk2 version < 2.17 #Requires: python-sexy Provides: abrt-applet = %{version}-%{release} |