[vdsm/f19] spec: replace requires vdsm-python-cpopen

Douglas Schilling Landgraf dougsland at fedoraproject.org
Mon Feb 3 12:24:25 UTC 2014


commit 88ee229a756c9c30dd21120e216b3ec8248dd6eb
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Mon Feb 3 10:23:18 2014 -0500

    spec: replace requires vdsm-python-cpopen

 vdsm.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vdsm.spec b/vdsm.spec
index d06fe47..a10cad2 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -263,7 +263,7 @@ BuildArch:      noarch
 
 Requires: %{name}-python = %{version}-%{release}
 Requires: %{name}-xmlrpc = %{version}-%{release}
-Requires: %{name}-python-cpopen
+Requires: python-cpopen
 
 %description cli
 Call VDSM commands from the command line. Used for testing and debugging.
@@ -273,7 +273,7 @@ Summary:        VDSM xmlrpc API
 BuildArch:      noarch
 
 Requires: %{name}-python = %{version}-%{release}
-Requires: %{name}-python-cpopen
+Requires: python-cpopen
 
 
 %description xmlrpc


More information about the scm-commits mailing list