Fix root warning when pip is invoked via python -m pip

Fixes https://github.com/pypa/pip/issues/6576
This commit is contained in:
Miro Hrončok 2019-06-10 13:09:38 +02:00 committed by Petr Viktorin
commit 0cbb870d2e
2 changed files with 9 additions and 3 deletions

View file

@ -23,7 +23,7 @@ Name: python-%{srcname}
# When updating, update the bundled libraries versions bellow!
# You can use vendor_meta.sh in the dist git repo
Version: 19.0.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A tool for installing and managing Python packages
# We bundle a lot of libraries with pip, which itself is under MIT license.
@ -489,6 +489,9 @@ ln -sf %{buildroot}%{_bindir}/pip3 _bin/pip
%endif
%changelog
* Mon Jun 10 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.3-2
- Fix root warning when pip is invoked via python -m pip
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 19.0.3-1
- Update to 19.0.3 (#1679277)