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 <liubo254@huawei.com>
(cherry picked from commit 74ad89685b3a84256b02d6671ae512a859009b35)
This commit is contained in:
liubo 2022-12-01 11:23:33 +08:00 committed by openeuler-sync-bot
parent be32aec6f5
commit 585e401e9e

View File

@ -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 <liubo254@huawei.com> 1.0-12
- Modify License to MulanPSL-2.0 in the spec
* Mon Aug 1 2022 liubo <liubo254@huawei.com> 1.0-11
- Sync the features and bug fixes in the etmem source repo.