From 5ee7f90484d55caf2f13072b701b35498322da09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Nov 2022 09:53:02 +0100 Subject: add upstream fix to clarify license and abandoned patent --- rnp.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/rnp.spec b/rnp.spec index 06c0e12..df8f914 100644 --- a/rnp.spec +++ b/rnp.spec @@ -24,8 +24,8 @@ Name: rnp Summary: OpenPGP (RFC4880) tools Version: 0.16.2 -Release: 3%{?dist} -# See rnp-files-by-license.txt +Release: 4%{?dist} +# See rnp-files-by-license.txt and upstream LICENSE* files License: BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MIT URL: https://github.com/rnpgp/rnp @@ -36,6 +36,9 @@ Source2: %{name}-keyring.gpg # Use --with licensecheck to generate Source3: %{name}-files-by-license.txt +# License clarification +Patch0: %{name}-upstream.patch + BuildRequires: cmake >= 3.14 BuildRequires: gcc BuildRequires: gcc-c++ @@ -84,6 +87,7 @@ for %{libname}. %prep %setup -q %{?gpgverify:%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'} +%patch0 -p1 %if %{with licensecheck} LST=$(mktemp) @@ -140,6 +144,9 @@ rm $LST %changelog +* Fri Nov 4 2022 Remi Collet - 0.16.2-4 +- add upstream fix to clarify license and abandoned patent + * Wed Nov 2 2022 Remi Collet - 0.16.2-3 - add files by license list in package sources - open https://github.com/rnpgp/rnp/issues/1932 missing MIT -- cgit