From 3daf46c87cb4b5cee88262c620a658d5623b1e2f Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Mon, 15 May 2023 16:42:32 +0200 Subject: [PATCH] Replace whole repo with latest content from branch rhel-8.8.0 Content corresponds with RHEL dist-git commit ca09010 --- python3.11-pip.spec | 60 +++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/python3.11-pip.spec b/python3.11-pip.spec index 3980fc1..8f607fa 100644 --- a/python3.11-pip.spec +++ b/python3.11-pip.spec @@ -12,7 +12,7 @@ Name: python%{python3_pkgversion}-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 3%{?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. @@ -48,7 +48,7 @@ Summary: A tool for installing and managing Python packages License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) URL: https://pip.pypa.io/ Source0: https://github.com/pypa/pip/archive/%{upstream_version}/%{srcname}-%{upstream_version}.tar.gz - +%if 0%{?rhel} == 8 # To generate the man pages for RHEL8 on a system with Python >= 3.7 # rhpkg prep # cd into the pip folder @@ -57,7 +57,7 @@ Source0: https://github.com/pypa/pip/archive/%{upstream_version}/%{srcnam # tar -czf pip-22.3.1-man.tar.gz --exclude=".[^/]*" -v docs/build/man # mv pip-22.3.1-man.tar.gz .. Source1: pip-%{base_version}-man.tar.gz - +%endif #rhel8 BuildArch: noarch # Prevent removing of the system packages installed under /usr/lib @@ -389,38 +389,34 @@ fi %{python_wheel_dir}/%{python_wheel_name} %changelog -* Mon Mar 20 2023 Lumír Balhar - 22.3.1-3 -- Fix changelog to contain Fedora contributors -Resolves: RHEL-231 - * Mon Jan 30 2023 Charalampos Stratakis - 22.3.1-2 - Add BuildRequires on python3.11-rpm-macros * Wed Aug 03 2022 Charalampos Stratakis - 22.3.1-1 - Initial package - Fedora contributions by: - Bill Nottingham - Charalampos Stratakis - David Malcolm - Dennis Gilmore - Jon Ciesla - Karolina Surma - Kevin Fenzi - Kevin Kofler - Luke Macken - Lumir Balhar - Marcel Plch - Matej Stuchlik - Michal Cyprian - Miro Hrončok - Orion Poplawski - Pádraig Brady - Peter Halliday - Petr Viktorin - Robert Kuska - Slavek Kabrda - Tim Flink - Tomáš Hrnčiar - Tomas Orsava - Toshio Kuratomi - Ville Skyttä + # Bill Nottingham + # Charalampos Stratakis + # David Malcolm + # Dennis Gilmore + # Jon Ciesla + # Karolina Surma + # Kevin Fenzi + # Kevin Kofler + # Luke Macken + # Lumir Balhar + # Marcel Plch + # Matej Stuchlik + # Michal Cyprian + # Miro Hrončok + # Orion Poplawski + # Pádraig Brady + # Peter Halliday + # Petr Viktorin + # Robert Kuska + # Slavek Kabrda + # Tim Flink + # Tomáš Hrnčiar + # Tomas Orsava + # Toshio Kuratomi + # Ville Skyttä