From 057d82909a987f0cd3297c1c7a9f1413fca692e3 Mon Sep 17 00:00:00 2001 From: liuzhiqiang Date: Wed, 13 Jul 2022 04:41:08 +0000 Subject: [PATCH] correct License: BSD-3-Clause,LGPLv2.1,GPLv2.0 correct License: BSD-3-Clause,LGPLv2.1,GPLv2.0 fix issue:https://gitee.com/src-openeuler/nfs4-acl-tools/issues/I4OTG1?from=project-issue Signed-off-by: Zhiqiang Liu --- nfs4-acl-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nfs4-acl-tools.spec b/nfs4-acl-tools.spec index 7c877ba..c34e012 100644 --- a/nfs4-acl-tools.spec +++ b/nfs4-acl-tools.spec @@ -1,8 +1,8 @@ Name: nfs4-acl-tools Version: 0.3.7 -Release: 4 +Release: 5 Summary: The nfs4 ACL tools -License: BSD +License: BSD-3-Clause,LGPLv2.1,GPLv2.0 URL: http://www.citi.umich.edu/projects/nfsv4/linux/ Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz @@ -45,6 +45,9 @@ make DESTDIR=%{buildroot} install %{_mandir}/man*/* %changelog +* Wed Jul 13 2022 Zhiqiang Liu - 0.3.7-5 +- DESC: correct license: BSD-3-Clause,LGPLv2.1,GPLv2.0 + * Mon Jan 10 2022 Wenchao Hao - 0.3.7-4 - DESC: build: do not generate aclocal.m4 to fix compile error -- Gitee