[pyatspi] add requires

Matthias Clasen mclasen at fedoraproject.org
Mon Sep 20 17:05:08 UTC 2010


commit 07fe4f2232370b744d238a4a24ed4fa3250dfac9
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Sep 20 13:02:35 2010 -0400

    add requires

 pyatspi.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pyatspi.spec b/pyatspi.spec
index cc9b6ae..838677f 100644
--- a/pyatspi.spec
+++ b/pyatspi.spec
@@ -4,7 +4,7 @@
 
 Name:           pyatspi
 Version:        0.3.91
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python bindings for at-spi
 
 Group:          Development/Languages
@@ -15,8 +15,9 @@ Source0:        http://download.gnome.org/sources/pyatspi/0.3/%{name}-%{version}
 
 BuildRequires:  python
 
-Requires:       GConf2
 Requires:       at-spi2-core
+Requires:       python-xlib
+Requires:       gnome-python2-gconf
 
 BuildArch:      noarch
 
@@ -53,6 +54,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Sep 20 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.91-2
+- Require python-xlib and and gnome-python2-gconf (#635484)
+
 * Tue Aug 31 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.91-1
 - Update to 0.3.91
 


More information about the scm-commits mailing list