[packages/gnome-abrt] Requires python-pyinotify

glen glen at pld-linux.org
Sun Oct 27 14:23:35 CET 2013


commit e4d779b7288d16c4aca9d42784b9c969030eea41
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Oct 27 15:23:12 2013 +0200

    Requires python-pyinotify
    
    $ gnome-abrt
    Traceback (most recent call last):
      File "/usr/bin/gnome-abrt", line 58, in <module>
        from gnome_abrt.directory_problems import DirectoryProblemSource
      File
    "/usr/lib64/python2.7/site-packages/gnome_abrt/directory_problems.py",
    line 26, in <module>
    ImportError: No module named pyinotify

 gnome-abrt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-abrt.spec b/gnome-abrt.spec
index e8e6e04..36e8a93 100644
--- a/gnome-abrt.spec
+++ b/gnome-abrt.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
 %bcond_with	tests	# "make check" run (some pylint false positive?)
-#
+
 Summary:	A utility for viewing problems that have occurred with the system
 Summary(pl.UTF-8):	Narzędzie do przeglądania problemów, które wystąpiły w systemie
 Name:		gnome-abrt
 Version:	0.3.3
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Applications/System
 Source0:	https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
@@ -32,7 +32,7 @@ Requires:	abrt-gui-libs >= 2.1.7
 Requires:	hicolor-icon-theme
 Requires:	libreport-python
 Requires:	python-dbus
-Requires:	python-inotify
+Requires:	python-pyinotify
 Requires:	python-pygobject3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-abrt.git/commitdiff/e4d779b7288d16c4aca9d42784b9c969030eea41



More information about the pld-cvs-commit mailing list