From 0615931405a0a64ec323e8781a372120d0f9b8d4 Mon Sep 17 00:00:00 2001 From: hekangli Date: Thu, 8 May 2025 17:38:51 +0800 Subject: [PATCH] Change product_name CCOS to iTrustee in ccos.conf --- anaconda.spec | 8 +++++++- ccos.conf | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index e8bb425..b23b4b5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 57 +Release: 58 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -400,6 +400,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 09 2025 hekangli - 33.19-58 +- Type:feature +- CVE:NA +- SUG:NA +- DESC:update product_name in ccos custom conf + * Sat Apr 19 2025 yinxuyang - 33.19-57 - Type:feature - CVE:NA diff --git a/ccos.conf b/ccos.conf index c747c0d..330627a 100644 --- a/ccos.conf +++ b/ccos.conf @@ -1,7 +1,7 @@ # Anaconda configuration file for ccos [Product] -product_name = CCOS +product_name = iTrustee variant_name = Server [Network] -- Gitee