From 585e401e9e57d4bc1ace2c0ac5a75cacfb79bdde Mon Sep 17 00:00:00 2001 From: liubo Date: Thu, 1 Dec 2022 11:23:33 +0800 Subject: [PATCH] etmem : Modify License to MulanPSL-2.0 in the spec The License in the spec file is originally Mulan PSL V2, which is not a standard description. Therefore, the License is changed to MulanPSL-2.0. Signed-off-by: liubo (cherry picked from commit 74ad89685b3a84256b02d6671ae512a859009b35) --- etmem.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etmem.spec b/etmem.spec index 8df57bd..e42ea9b 100644 --- a/etmem.spec +++ b/etmem.spec @@ -2,9 +2,9 @@ Name: etmem Version: 1.0 -Release: 11 +Release: 12 Summary: etmem -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: https://gitee.com/openeuler/etmem Source0: https://gitee.com/openeuler/etmem/repository/archive/%{version}.tar.gz @@ -145,6 +145,9 @@ install -m 0644 userswap/include/uswap_api.h $RPM_BUILD_ROOT%{_includedir} %postun -p /sbin/ldconfig %changelog +* Thu Dec 1 2022 liubo 1.0-12 +- Modify License to MulanPSL-2.0 in the spec + * Mon Aug 1 2022 liubo 1.0-11 - Sync the features and bug fixes in the etmem source repo. -- Gitee