From 538c43191b40768b5afe737338071d509dee61e5 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 17 Jul 2023 15:31:37 +0300 Subject: [PATCH] added LICENSE and RPM-GPG-KEY-MSVSphere-9 --- msvsphere-9-server.conf | 12 +++++++++++- msvsphere-9.conf | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/msvsphere-9-server.conf b/msvsphere-9-server.conf index 3103d35..b058df7 100644 --- a/msvsphere-9-server.conf +++ b/msvsphere-9-server.conf @@ -21,6 +21,16 @@ extra_isos = { "filename": "{release_short}-9.2-beta-{arch}-server{suffix}", "skip_src": True, "arches": ['x86_64'], - "failable_arches": ['i386'] + "failable_arches": ['i386'], + "extra_files": [ + { + 'scm': 'git', + 'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', + 'branch': 'i9', + 'file': 'SOURCES/EULA', + 'file': 'SOURCES/LICENSE', + 'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9' + } + ] }] } diff --git a/msvsphere-9.conf b/msvsphere-9.conf index ab4fb09..51f6330 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -29,7 +29,9 @@ extra_isos = { 'scm': 'git', 'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', 'branch': 'i9', - 'file': 'SOURCES/EULA' + 'file': 'SOURCES/EULA', + 'file': 'SOURCES/LICENSE', + 'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9' } ] }], @@ -38,6 +40,16 @@ extra_isos = { "filename": "{release_short}-9.2-beta-{arch}-minimal{suffix}", "skip_src": True, "arches": ['x86_64'], - "failable_arches": ['i386'] + "failable_arches": ['i386'], + "extra_files": [ + { + 'scm': 'git', + 'repo': 'http://git.inferitos.ru/rpms/sphere-release.git', + 'branch': 'i9', + 'file': 'SOURCES/EULA', + 'file': 'SOURCES/LICENSE', + 'file': 'SOURCES/RPM-GPG-KEY-MSVSphere-9' + } + ] }] }