From 052497d4ea9f3c231e2ac742be95f3de40775380 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 9 Nov 2022 17:19:48 +0100 Subject: [PATCH] Migrate License tag to SPDX https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 --- libsemanage.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsemanage.spec b/libsemanage.spec index 85e1f21..cf2bfcd 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -5,7 +5,7 @@ Summary: SELinux binary policy manipulation library Name: libsemanage Version: 3.4 Release: 5%{?dist} -License: LGPLv2+ +License: LGPL-2.1-or-later Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libsemanage-3.4.tar.gz # fedora-selinux/selinux: git format-patch -N 3.4 -- libsemanage # i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done