From 3e961ea2da8f217808f31acc55f9d78e5dd44e9c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 9 Jul 2021 09:26:23 -0400 Subject: [PATCH] =?UTF-8?q?Switch=20License=20field=20to=20=E2=80=9Ceffect?= =?UTF-8?q?ive=20license=E2=80=9D=20of=20LGPLv2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libinstpatch.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libinstpatch.spec b/libinstpatch.spec index b664aca..1f35d96 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -16,7 +16,7 @@ Name: libinstpatch Version: 1.1.6 %global api_version 1.0 %global so_version 2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Instrument file software library URL: http://www.swamiproject.org/ @@ -26,7 +26,8 @@ URL: http://www.swamiproject.org/ # libinstpatch/md5.{c,h} # examples/* # -License: LGPLv2 and Public Domain +# The resulting effective license is LGPLv2. +License: LGPLv2 # Additionally, the following unused files are removed in %%prep: # # GPLv2: @@ -132,6 +133,9 @@ find examples -type f -name '*.py' -print -delete %changelog +* Fri Jul 09 2021 Benjamin A. Beasley - 1.1.6-3 +- Switch License field to “effective license” of LGPLv2 + * Mon May 17 2021 Benjamin A. Beasley - 1.1.6-2 - Add EPEL7 compatibility