[python-pip/f18] fixing files for python3-pip and bumping to 1.2.1-2

Tim Flink tflink at fedoraproject.org
Tue Oct 9 19:07:27 UTC 2012


commit 3a2d5edebd16d79e74ae71cd8009eab83ff09651
Author: Tim Flink <tflink at fedoraproject.org>
Date:   Tue Oct 9 13:07:10 2012 -0600

    fixing files for python3-pip and bumping to 1.2.1-2

 python-pip.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-pip.spec b/python-pip.spec
index aa12d1d..ac11570 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -9,7 +9,7 @@
 
 Name:           python-%{srcname}
 Version:        1.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pip installs packages.  Python3 packages.  An easy_install replacement
 
 Group:          Development/Libraries
@@ -124,10 +124,14 @@ popd
 %defattr(-,root,root,-)
 %doc PKG-INFO docs
 %attr(755,root,root) %{_bindir}/pip-python3
+%attr(755,root,root) %{_bindir}/python3-pip
 %{python3_sitelib}/pip*
 %endif # with_python3
 
 %changelog
+* Tue Oct 09 2012 Tim Flink <tflink at fedoraproject.org> - 1.2.1-2
+- Fixing files for python3-pip
+
 * Thu Oct 04 2012 Tim Flink <tflink at fedoraproject.org> - 1.2.1-1
 - Update to upstream 1.2.1
 - Change binary from pip-python to python-pip (RHBZ#855495)


More information about the scm-commits mailing list