From 5243ea9f58425ae0d86073e5a6c64601568007383d37c70298cb2c9b128a8a90 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 22:24:25 +0000 Subject: [PATCH] Accepting request 1141500 from home:alarrosa:branches:devel:languages:python - Remove the file containing a Commercial license otherwise licensedigger rejects the dual-licensed package. See https://docs.authlib.org/en/latest/community/licenses.html . OBS-URL: https://build.opensuse.org/request/show/1141500 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=25 --- python-Authlib.changes | 7 +++++++ python-Authlib.spec | 3 +++ 2 files changed, 10 insertions(+) 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