From 418c48a4ed60982fb5eefe115b4b2218d2f25125 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 23 Apr 2024 19:14:05 +0300 Subject: [PATCH] Fix python3.12 rpm macro package --- prepopulate-i686.json | 1 + prepopulate.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/prepopulate-i686.json b/prepopulate-i686.json index 68ff69f..f00493b 100644 --- a/prepopulate-i686.json +++ b/prepopulate-i686.json @@ -8185,6 +8185,7 @@ ], "python3.12": [ "python3.12-libs.i686", + "python3.12-rpm-macros.noarch", "python3.12-test.i686", "python3.12-idle.i686", "python3.12-tkinter.i686", diff --git a/prepopulate.json b/prepopulate.json index 062ce80..4c5ab0f 100644 --- a/prepopulate.json +++ b/prepopulate.json @@ -10556,7 +10556,7 @@ ], "python3.12": [ "python3.12.x86_64", - "python3.12-rpm-macros", + "python3.12-rpm-macros.noarch", "python3.12-devel.i686", "python3.12-devel.x86_64", "python3.12-libs.i686",