From 85019c60a9f8d937b48c0c49e2f1f49a9e9f4a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Fri, 5 Aug 2022 01:03:17 +0000 Subject: [PATCH] Unified license name specification --- atune_bpf_collection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/atune_bpf_collection.spec b/atune_bpf_collection.spec index 22a745d..f461d71 100644 --- a/atune_bpf_collection.spec +++ b/atune_bpf_collection.spec @@ -1,7 +1,7 @@ Name: A-Tune-BPF-Collection Version: 1.0.0 -Release: 4 -License: Mulan PSL v2 +Release: 5 +License: MulanPSL-2.0 Summary: BPF program collection to adjust fine-grained kernel mode to get better performance URL: https://gitee.com/openeuler/A-Tune-BPF-Collection Source0: https://gitee.com/openeuler/A-Tune-BPF-Collection/repository/archive/v%{version}.tar.gz @@ -41,6 +41,9 @@ install -D -p -m 0644 readahead_tune.conf %{buildroot}%{_sysconfdir}/sysconfig/r %config(noreplace) %{_sysconfdir}/sysconfig/readahead_tune.conf %changelog +* Fri Aug 05 2022 fushanqing - 1.0.0-5 +- Unified license name specification + * Wed Aug 3 2022 lvying - 1.0.0-4 - Type:enhancement - ID:NA