From 161dd0b041db3eaacdc26e6397094b7b6e8f2de6 Mon Sep 17 00:00:00 2001 From: jinzhiguang Date: Tue, 5 Nov 2024 11:36:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D24.03=E5=92=8C24.09=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=AD=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?include?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 8a37d6a692606780ba3621cbd35cb19899fc057f) --- mock-core-configs.spec | 5 ++++- openeuler-24.03-aarch64.cfg | 4 ++-- openeuler-24.03-x86_64.cfg | 4 ++-- openeuler-24.09-aarch64.cfg | 4 ++-- openeuler-24.09-x86_64.cfg | 4 ++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/mock-core-configs.spec b/mock-core-configs.spec index c85c1a7..924fddc 100644 --- a/mock-core-configs.spec +++ b/mock-core-configs.spec @@ -3,7 +3,7 @@ Name: mock-core-configs Version: 38.3 -Release: 3 +Release: 4 Summary: Mock core config files basic chroots License: GPLv2+ @@ -150,6 +150,9 @@ fi %ghost %config(noreplace,missingok) %{_sysconfdir}/mock/default.cfg %changelog +* Tue Nov 05 2024 jinzhiguang - 38.3-4 +- fix wrong include in 24.03 and 24.09 configs + * Tue Oct 22 2024 shafeipaozi - 38.3-3 - add openEuler 24.03 configs diff --git a/openeuler-24.03-aarch64.cfg b/openeuler-24.03-aarch64.cfg index dc90998..a5f34c8 100644 --- a/openeuler-24.03-aarch64.cfg +++ b/openeuler-24.03-aarch64.cfg @@ -1,5 +1,5 @@ -include('templates/openeuler-24.09.tpl') +include('templates/openeuler-24.03.tpl') -config_opts['root'] = 'openeuler-24.09-aarch64' +config_opts['root'] = 'openeuler-24.03-aarch64' config_opts['target_arch'] = 'aarch64' config_opts['legal_host_arches'] = ('aarch64',) diff --git a/openeuler-24.03-x86_64.cfg b/openeuler-24.03-x86_64.cfg index 14bed63..2d55158 100644 --- a/openeuler-24.03-x86_64.cfg +++ b/openeuler-24.03-x86_64.cfg @@ -1,5 +1,5 @@ -include('templates/openeuler-24.09.tpl') +include('templates/openeuler-24.03.tpl') -config_opts['root'] = 'openeuler-24.09-x86_64' +config_opts['root'] = 'openeuler-24.03-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) diff --git a/openeuler-24.09-aarch64.cfg b/openeuler-24.09-aarch64.cfg index a5f34c8..dc90998 100644 --- a/openeuler-24.09-aarch64.cfg +++ b/openeuler-24.09-aarch64.cfg @@ -1,5 +1,5 @@ -include('templates/openeuler-24.03.tpl') +include('templates/openeuler-24.09.tpl') -config_opts['root'] = 'openeuler-24.03-aarch64' +config_opts['root'] = 'openeuler-24.09-aarch64' config_opts['target_arch'] = 'aarch64' config_opts['legal_host_arches'] = ('aarch64',) diff --git a/openeuler-24.09-x86_64.cfg b/openeuler-24.09-x86_64.cfg index 2d55158..14bed63 100644 --- a/openeuler-24.09-x86_64.cfg +++ b/openeuler-24.09-x86_64.cfg @@ -1,5 +1,5 @@ -include('templates/openeuler-24.03.tpl') +include('templates/openeuler-24.09.tpl') -config_opts['root'] = 'openeuler-24.03-x86_64' +config_opts['root'] = 'openeuler-24.09-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['legal_host_arches'] = ('x86_64',) -- Gitee