[yumex] change pexpect requirement to python-pexpect

Tim Lauridsen timlau at fedoraproject.org
Mon Oct 7 12:57:55 UTC 2013


commit 4fc566804ef2786a9a6b1b45fe98209e9258b2b8
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Mon Oct 7 14:57:39 2013 +0200

    change pexpect requirement to python-pexpect

 yumex.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/yumex.spec b/yumex.spec
index 9246ad8..d70fa3a 100644
--- a/yumex.spec
+++ b/yumex.spec
@@ -2,7 +2,7 @@
 
 Name:     yumex
 Version:  3.0.12
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  Yum Extender graphical package management tool
 
 Group:    Applications/System
@@ -21,7 +21,7 @@ BuildRequires: intltool
 Requires: yum >= 3.2.23
 Requires: pygtk2 >= 2.14
 Requires: pycairo
-Requires: pexpect
+Requires: python-pexpect
 Requires: python-iniparse
 Requires: dbus-python
 Requires: udisks
@@ -84,7 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*.desktop
 
 %changelog
-* Sun Sep 22 2013 Tim Lauridsen <timlau at fedoraproject.org> 3.0.13-1
+* Mon Oct 07 2013 Tim Lauridsen <timlau at fedoraproject.org> 3.0.13-2
+- changed requirement pexpect to python-pexpect
+* Sat Sep 22 2013 Tim Lauridsen <timlau at fedoraproject.org> 3.0.13-1
 - bumped version to 3.0.12
 * Mon Aug 26 2013 Tim Lauridsen <timlau at fedoraproject.org> 3.0.11-1
 - bumped version to 3.0.11


More information about the scm-commits mailing list