From 95aa5492dac0a14cb17cc57c788de38d2c5ea4c8 Mon Sep 17 00:00:00 2001 From: YellowJacketLinux Date: Fri, 12 May 2023 23:19:00 -0700 Subject: [PATCH] update default pip.conf file --- SPECS/python3-pip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/python3-pip.spec b/SPECS/python3-pip.spec index 9b7fef6..0966100 100644 --- a/SPECS/python3-pip.spec +++ b/SPECS/python3-pip.spec @@ -2,7 +2,7 @@ Name: python3-pip Version: %{gittag} -Release: %{?repo}0.rc1%{?dist} +Release: %{?repo}0.rc2%{?dist} Summary: Package Installer for Python BuildArch: noarch @@ -54,7 +54,7 @@ EOF cat > %{buildroot}%{_sysconfdir}/pip.conf << EOF [global] -root-user-action = ignore +require-virtualenv = true disable-pip-version-check = true EOF @@ -79,5 +79,8 @@ EOF %changelog +* Thu May 11 2023 Michael A. Peters - 23.1.2-0.rc2 +- changes to pip.conf file + * Wed May 10 2023 Michael A. Peters - 23.1.2-0.rc1 - Initial spec file for YJL.