diff --git a/kmod-testsuite.changes b/kmod-testsuite.changes index 3d50035..a839187 100644 --- a/kmod-testsuite.changes +++ b/kmod-testsuite.changes @@ -2,9 +2,9 @@ Thu Mar 8 16:34:16 UTC 2018 - msuchanek@suse.com - Fix PKCS#7 signature display in modinfo (bsc#1077693). - + libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch - + libkmod-signature-Fix-crash-when-module-signature-is.patch - + refresh 0010-modprobe-Implement-allow-unsupported-modules.patch + * Add libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch + * Add libkmod-signature-Fix-crash-when-module-signature-is.patch + * Refresh 0010-modprobe-Implement-allow-unsupported-modules.patch ------------------------------------------------------------------- Thu Feb 1 13:49:25 UTC 2018 - msuchanek@suse.com diff --git a/kmod-testsuite.spec b/kmod-testsuite.spec index 764732d..a4b5a29 100644 --- a/kmod-testsuite.spec +++ b/kmod-testsuite.spec @@ -21,7 +21,7 @@ Name: kmod-testsuite Version: 25 Release: 0 Summary: Testsuite of the kmod package -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: System/Kernel Url: http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/ #Announce: https://lwn.net/Articles/664801/ diff --git a/kmod.changes b/kmod.changes index 920a6d1..0db09a6 100644 --- a/kmod.changes +++ b/kmod.changes @@ -2,9 +2,9 @@ Thu Mar 8 16:34:16 UTC 2018 - msuchanek@suse.com - Fix PKCS#7 signature display in modinfo (bsc#1077693). - + libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch - + libkmod-signature-Fix-crash-when-module-signature-is.patch - + refresh 0010-modprobe-Implement-allow-unsupported-modules.patch + * Add libkmod-signature-implement-pkcs7-parsing-with-asn1c.patch + * Add libkmod-signature-Fix-crash-when-module-signature-is.patch + * Refresh 0010-modprobe-Implement-allow-unsupported-modules.patch ------------------------------------------------------------------- Thu Feb 1 13:49:25 UTC 2018 - msuchanek@suse.com diff --git a/kmod.spec b/kmod.spec index 158912b..0016c28 100644 --- a/kmod.spec +++ b/kmod.spec @@ -21,7 +21,7 @@ Name: kmod Version: 25 Release: 0 Summary: Utilities to load modules into the kernel -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: System/Kernel Url: https://www.kernel.org/pub/linux/utils/kernel/kmod/ @@ -60,7 +60,7 @@ indexes from module-init-tools project. %package bash-completion Summary: Bash completion routines for the kmod utilities -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: System/Shells BuildArch: noarch @@ -69,7 +69,7 @@ Contains bash completion support for kmod utilities. %package compat Summary: Compat symlinks for kernel module utilities -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Kernel Requires: kmod = %version-%release Requires: suse-module-tools @@ -86,7 +86,7 @@ This package contains traditional name symlinks (lsmod, etc.) %package -n %lname Summary: Library to interact with Linux kernel modules -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n %lname @@ -95,7 +95,7 @@ list modules, also checking its properties, dependencies and aliases. %package -n libkmod-devel Summary: Development files for libkmod -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %lname = %version