From 2e18e39fe331539707a3d1c7217e4dd235387050 Mon Sep 17 00:00:00 2001 From: liuzhiqiang Date: Wed, 13 Jul 2022 04:30:08 +0000 Subject: [PATCH 1/3] correct License: add LGPLv2.1, MIT, CC0-1.0 correct License: add LGPLv2.1, MIT, CC0-1.0 fix issue: Signed-off-by: Zhiqiang Liu --- ndctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ndctl.spec b/ndctl.spec index fc30841..fcdf47f 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,8 +1,8 @@ Name: ndctl Version: 68 -Release: 2 +Release: 3 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) -License: GPLv2 +License: GPLv2, LGPLv2.1, MIT, CC0-1.0 Group: System Environment/Base Url: https://github.com/pmem/ndctl Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -155,6 +155,9 @@ make check %changelog +* Wed Jul 13 2022 Zhiqiang Liu - 68-3 +- correct License: add LGPLv2.1, MIT, CC0-1.0 + * Tue Dec 7 2021 yanglongkang - 68-2 - Fix initramfs creating by forcing installation of libnvdimm.ko -- Gitee From ec2a98d760004bccee798c06ef8700c5854ed45b Mon Sep 17 00:00:00 2001 From: liuzhiqiang Date: Tue, 3 Jan 2023 08:28:39 +0000 Subject: [PATCH 2/3] update ndctl.spec. Signed-off-by: liuzhiqiang --- ndctl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndctl.spec b/ndctl.spec index fcdf47f..985d123 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -2,7 +2,7 @@ Name: ndctl Version: 68 Release: 3 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) -License: GPLv2, LGPLv2.1, MIT, CC0-1.0 +License: GPL-2.0-only, LGPL-2.1-only, MIT, CC0-1.0 Group: System Environment/Base Url: https://github.com/pmem/ndctl Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -- Gitee From f98daf9fe2a8d16817c9344d0ed623ab07fcf961 Mon Sep 17 00:00:00 2001 From: liuzhiqiang Date: Tue, 3 Jan 2023 08:59:25 +0000 Subject: [PATCH 3/3] update ndctl.spec. Signed-off-by: liuzhiqiang --- ndctl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndctl.spec b/ndctl.spec index 985d123..6a99cbd 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -2,7 +2,7 @@ Name: ndctl Version: 68 Release: 3 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) -License: GPL-2.0-only, LGPL-2.1-only, MIT, CC0-1.0 +License: GPL-2.0-only and LGPL-2.1-only and MIT and CC0-1.0 Group: System Environment/Base Url: https://github.com/pmem/ndctl Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -- Gitee