Customize the sudo pip warning with the proper version of the pip

This commit is contained in:
Tomas Orsava 2017-02-23 12:16:46 +01:00
commit 33d96860e5
2 changed files with 23 additions and 9 deletions

View file

@ -17,7 +17,7 @@
Name: python-%{srcname}
Version: 9.0.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A tool for installing and managing Python packages
Group: Development/Libraries
@ -244,6 +244,10 @@ py.test-%{python3_version} -m 'not network'
%endif # with_python3
%changelog
* Thu Feb 23 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-7
- Patch 1 update: Customize the warning with the proper version of the pip
command
* Tue Feb 14 2017 Tomas Orsava <torsava@redhat.com> - 9.0.1-6
- Added patch 1: Emit a warning when running with root privileges