[yumex/epel7] fix deps for epel7

Tim Lauridsen timlau at fedoraproject.org
Sat Sep 6 16:25:04 UTC 2014


commit 6fb5dd3c32a40547a085a3ed1ba681f7ba5e8e50
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Sat Sep 6 18:24:46 2014 +0200

    fix deps for epel7

 yumex.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/yumex.spec b/yumex.spec
index 17bd27e..6df787a 100644
--- a/yumex.spec
+++ b/yumex.spec
@@ -2,7 +2,7 @@
 
 Name:     yumex
 Version:  3.0.15
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  Yum Extender graphical package management tool
 
 Group:    Applications/System
@@ -21,10 +21,9 @@ BuildRequires: intltool
 Requires: yum >= 3.2.23
 Requires: pygtk2 >= 2.14
 Requires: pycairo
-Requires: python-pexpect
+Requires: pexpect
 Requires: python-iniparse
 Requires: dbus-python
-Requires: udisks
 Requires: python-kitchen
 Requires: urlgrabber
 Requires: polkit
@@ -85,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/appdata/*.xml
 
 %changelog
+* Sat Sep 6 2014 Tim Lauridsen <timlau at fedoraproject.org> 3.0.15-2
+- epel7: remove udisks requirement
+- epel7: require pexpect instead of python-pexpect
 * Wed Jun 4 2014 Tim Lauridsen <timlau at fedoraproject.org> 3.0.15-1
 - bumped version to 3.0.15
 * Tue Feb 25 2014 Tim Lauridsen <timlau at fedoraproject.org> 3.0.14-1


More information about the scm-commits mailing list