diff --git a/kmod-testsuite.spec b/kmod-testsuite.spec index 147d74d..363f744 100644 --- a/kmod-testsuite.spec +++ b/kmod-testsuite.spec @@ -45,6 +45,11 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: kernel-default-devel +# pesign-obs-integration is now a runtime requirement of kernel-default-devel. +# We don't need it for the kmod testsuite, and it also breaks the +# build as we aren't producting any binaries. +# See discussion on bsc#1248108 for more background on the change. +#!BuildIgnore: pesign-obs-integration BuildRequires: libopenssl-devel >= 1.1.0 BuildRequires: libtool BuildRequires: pkg-config >= 0.21 diff --git a/kmod.changes b/kmod.changes index 2e7f0e9..3f4fa77 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 23 13:39:25 UTC 2025 - Eugenio Paolantonio + +- kmod-testsuite + * BuildIgnore pesign-obs-integration (new runtime requirement + of kernel-default-devel): we don't need it for the kmod + testsuite, and it also breaks the build as we aren't + producting any binaries. (bsc#1248108) + ------------------------------------------------------------------- Thu Jun 26 15:40:07 UTC 2025 - Michal Suchanek