import python3.11-3.11.1-2.el8

This commit is contained in:
CentOS Sources 2023-01-31 08:08:58 +00:00 committed by Stepan Oksanichenko
parent fbed312942
commit a85d84ebd1
1 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Release: 2%{?dist}
License: Python
@ -521,6 +521,8 @@ Requires: %{pkgname}-libs%{?_isa} = %{version}-%{release}
# But we want them when packages BuildRequire python3-devel
Requires: (python-rpm-macros if rpm-build)
Requires: (python3-rpm-macros if rpm-build)
Requires: (python-modular-rpm-macros if rpm-build)
Suggests: python3.11-rpm-macros
# Require alternatives version that implements the --keep-foreign flag
Requires(postun): alternatives >= 1.19.1-1
@ -1801,6 +1803,9 @@ fi
# ======================================================
%changelog
* Mon Jan 30 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-2
- Fix macros requirements
* Tue Dec 13 2022 Charalampos Stratakis <cstratak@redhat.com> - 3.11.1-1
- Initial package
- Fedora contributions by: