diff --git a/python-Authlib.changes b/python-Authlib.changes index f57b54d..ab99e0b 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 23 17:10:58 UTC 2024 - Antonio Larrosa + +- Remove the file containing a Commercial license otherwise + licensedigger rejects the dual-licensed package. + See https://docs.authlib.org/en/latest/community/licenses.html . + ------------------------------------------------------------------- Mon Jan 8 20:58:02 UTC 2024 - Dirk Müller diff --git a/python-Authlib.spec b/python-Authlib.spec index 4f4bcf3..8f7b9c3 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -54,6 +54,9 @@ A Python library for building OAuth and OpenID Connect servers. %prep %setup -q -n %{modname}-%{version} +# Remove the file containing the commercial license so licensedigger +# doesn't complain about the dual license +rm COMMERCIAL-LICENSE %build %python_build