Skip to content
Snippets Groups Projects
Commit e14f2c5e authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import python3.11-3.11.1-2.el8

parent f2ef5ff4
No related branches found
Tags imports/r8s/python3.11-3.11.1-2.el8
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment