removed gnome-python2-vfs dependency

This commit is contained in:
Jiri Moskovcak 2011-02-18 10:11:34 +01:00
parent 775393942e
commit 2c2eaf0026

View File

@ -15,7 +15,7 @@
%if "0%{?_buildid}" != "0"
%define pkg_release 0.%{?_buildid}%{?dist}
%else
%define pkg_release 1%{?dist}
%define pkg_release 2%{?dist}
%endif
Summary: Automatic bug detection and reporting tool
@ -80,7 +80,7 @@ Summary: %{name}'s gui
Group: User Interface/Desktops
Requires: %{name} = %{version}-%{release}
Requires: dbus-python, pygtk2, pygtk2-libglade,
Requires: gnome-python2-gnomevfs, gnome-python2-gnomekeyring
Requires: gnome-python2-gnomekeyring
# only if gtk2 version < 2.17:
#Requires: python-sexy
# we used to have abrt-applet, now abrt-gui includes it:
@ -493,6 +493,9 @@ fi
%defattr(-,root,root,-)
%changelog
* Fri Feb 18 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-2
- removed gnome-python2-vfs dependency
* Sat Feb 05 2011 Jiri Moskovcak <jmoskovc@redhat.com> 1.1.17-1
- rewritten abrt-debuginfo-install script to use the yum API
- GUI: added search box to backtrace view rhbz#612017 (jmoskovc@redhat.com)