From 2017b11f1bd083b92d754ee899214ed26aa5a348 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Sun, 12 Aug 2012 20:43:07 +0200 Subject: [PATCH] use versioned provides for ipython Signed-off-by: Thomas Spura --- ipython.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipython.spec b/ipython.spec index a311288..5c62408 100644 --- a/ipython.spec +++ b/ipython.spec @@ -100,7 +100,7 @@ Summary: An enhanced interactive Python shell Requires: python-ipython-console = %{version}-%{release} Requires: python-ipython-gui = %{version}-%{release} Requires: python-ipython-notebook = %{version}-%{release} -Provides: ipython +Provides: ipython = %{version}-%{release} %description -n python-ipython %{ipython_desc_base} @@ -430,7 +430,7 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %changelog * Wed Aug 8 2012 Thomas Spura - 0.13-4 -- use versioned requires on ipython +- use versioned requires/provides on ipython * Sat Aug 4 2012 Thomas Spura - 0.13-3 - use python-foo for python2-foo and provide ipython-foo