From c03bb40dd405fa027eb65b45c4cb1e20f3643296 Mon Sep 17 00:00:00 2001 From: lijuzhang Date: Wed, 18 Sep 2024 18:10:31 +0800 Subject: [PATCH] update License --- umdk-urma.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/umdk-urma.spec b/umdk-urma.spec index ff58420..4584908 100644 --- a/umdk-urma.spec +++ b/umdk-urma.spec @@ -17,7 +17,7 @@ %endif %if %{undefined rpm_release} - %define rpm_release B008 + %define rpm_release B009 %endif Name : umdk-urma @@ -25,7 +25,7 @@ Summary : Unified memory development kit Version : %{rpm_version} Release : %{rpm_release} Group : nStack -License : Proprietary +License : GPL-2.0-only Provides : Huawei Technologies Co., Ltd Source0 : %{name}-%{version}.tar.gz BuildRoot : %{_buildirootdir}/%{name}-%{version}-build @@ -173,6 +173,10 @@ fi %endif %changelog +* WED Sep 18 2024 lijuzhang - 1.3.0-B009 +- Type:bugfix +- DESC: update License + * Thu May 23 2024 lijuzhang - 1.3.0-B008 - Type:bugfix - DESC: fix:File listed twice;unknown macro %{_unitdir} -- Gitee