From 83e6c84ff89f86137239e58559e99ce1867babb8 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Oct 20 2021 09:16:01 +0000 Subject: kernel-binary.spec: Bump dwarves requirement to 1.22. 1.22 is finally released, and it is required for functionality. Signed-off-by: Michal Suchanek --- diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 430c98a..8da2297 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -147,7 +147,7 @@ BuildRequires: modutils BuildRequires: openssl BuildRequires: pesign-obs-integration # pahole for CONFIG_DEBUG_INFO_BTF - ToDo: make it conditional -BuildRequires: dwarves >= 1.21 +BuildRequires: dwarves >= 1.22 # for objtool BuildRequires: libelf-devel # required for 50-check-kernel-build-id rpm check @@ -1286,7 +1286,7 @@ Requires: kernel-source-vanilla = %version-%source_rel Supplements: packageand(%name:kernel-source-vanilla) %endif %if "%CONFIG_DEBUG_INFO_BTF_MODULES" == "y" -Requires: dwarves >= 1.21 +Requires: dwarves >= 1.22 %endif @PROVIDES_OBSOLETES_DEVEL@ %obsolete_rebuilds %name-devel