diff --git a/macros.python-srpm b/macros.python-srpm index e99b96e..7104f7f 100644 --- a/macros.python-srpm +++ b/macros.python-srpm @@ -17,7 +17,7 @@ # There are two macros: # # This always contains the major.minor version (with dots), default for %%python3_version. -%__default_python3_version 3.9 +%__default_python3_version 3.11 # # The pkgname version that determines the alternative provide name (e.g. python3.9-foo), # set to the same as above, but historically hasn't included the dot. diff --git a/python-rpm-macros.spec b/python-rpm-macros.spec index 0402470..d90b4e8 100644 --- a/python-rpm-macros.spec +++ b/python-rpm-macros.spec @@ -49,7 +49,7 @@ elseif posix.stat('macros.python-srpm') then end } Version: %{__default_python3_version} -Release: 4.0.riscv64%{?dist} +Release: 4%{?dist} BuildArch: noarch @@ -151,9 +151,6 @@ grep -E '^#[^%%]*%%[^%%]' %{buildroot}%{rpmmacrodir}/macros.* && exit 1 || true %changelog -* Sat Sep 17 2022 David Abdurachmanov - 3.10-4.0.riscv64 -- Change default Python to 3.9 - * Fri Jul 22 2022 Fedora Release Engineering - 3.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild