From ca06b2f24b65221097bac5f7ff5adce240994311 Mon Sep 17 00:00:00 2001 From: zhanchengbin Date: Tue, 18 Oct 2022 15:45:08 +0800 Subject: [PATCH] license: fix license error. Signed-off-by: zhanchengbin --- 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..3f6b46e 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 or GPLv2+ or LGPLv2.1 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 +* Tue Oct 18 2022 zhanchengbin - 0.3.7-5 +- license: fix license error. + * Mon Jan 10 2022 Wenchao Hao - 0.3.7-4 - DESC: build: do not generate aclocal.m4 to fix compile error -- Gitee