diff --git a/gdb.changes b/gdb.changes
index d8c72fd..d7a5168 100644
--- a/gdb.changes
+++ b/gdb.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Apr  4 08:47:10 UTC 2023 - Tom de Vries <tdevries@suse.com>
+
+- Fix license, again (bsc#1210081).
+
 -------------------------------------------------------------------
 Fri Mar  3 12:41:21 UTC 2023 - Tom de Vries <tdevries@suse.com>
 
diff --git a/gdb.spec b/gdb.spec
index 24f942b..2b7ee4a 100644
--- a/gdb.spec
+++ b/gdb.spec
@@ -59,7 +59,7 @@ ExcludeArch:    ppc ppc64
 
 %if %{build_main}
 Summary:        A GNU source-level debugger for C, C++, Fortran and other languages
-License:        SUSE-Public-Domain
+License:        GPL-3.0-only WITH GCC-exception-3.1 AND GPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
 Group:          Development/Languages/C and C++
 %endif
 %if %{build_testsuite}