From 9a8af72d4d29610401d5b09e5ea230dd4a78e351 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 6 May 2013 18:50:34 +0200 Subject: [PATCH] Fix main package Summary, it's for Python 2, not 3 (#877401) * Mon May 06 2013 Kevin Kofler - 1.3.1-2 - Fix main package Summary, it's for Python 2, not 3 (#877401) --- python-pip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 4025a23..85d4f9c 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -9,8 +9,8 @@ Name: python-%{srcname} Version: 1.3.1 -Release: 1%{?dist} -Summary: Pip installs packages. Python3 packages. An easy_install replacement +Release: 2%{?dist} +Summary: Pip installs packages. Python2 packages. An easy_install replacement Group: Development/Libraries License: MIT @@ -129,6 +129,9 @@ popd %endif # with_python3 %changelog +* Mon May 06 2013 Kevin Kofler - 1.3.1-2 +- Fix main package Summary, it's for Python 2, not 3 (#877401) + * Fri Apr 26 2013 Jon Ciesla - 1.3.1-1 - Update to 1.3.1, fix for CVE-2013-1888.