From 50bb3596186a2eb18af4b9f041b76052d2f8f2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Sun, 9 Oct 2022 02:37:19 +0000 Subject: [PATCH] Unified license name specification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- etmem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etmem.spec b/etmem.spec index 8b1eb3a..4d400bf 100644 --- a/etmem.spec +++ b/etmem.spec @@ -2,7 +2,7 @@ Name: etmem Version: 1.0 -Release: 10 +Release: 11 Summary: etmem License: Mulan PSL v2 URL: https://gitee.com/openeuler/etmem @@ -106,6 +106,9 @@ install -m 0644 userswap/include/uswap_api.h $RPM_BUILD_ROOT%{_includedir} %postun -p /sbin/ldconfig %changelog +* Sun Oct 09 2022 fushanqing 1.0-11 +- Unified license name specification + * Thu Dec 16 2021 YangXin <245051644@qq.com> 1.0-10 - Update memdcd engine for userswap page filter. -- Gitee