diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index 840aab8..a33ecb7 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 25 19:36:08 UTC 2022 - Tony Jones + +- Add support for zstd, needed to inspect kernel modules (bsc#1196510) + ------------------------------------------------------------------- Thu Nov 11 08:56:25 UTC 2021 - Martin Liška diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index d5b0c14..352166a 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -1,7 +1,7 @@ # # spec file for package elfutils-debuginfod # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,9 +40,11 @@ BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: iproute BuildRequires: libbz2-devel +BuildRequires: libzstd-devel BuildRequires: pkgconfig BuildRequires: xz-devel BuildRequires: zlib-devel + # For debuginfod BuildRequires: pkgconfig(libarchive) >= 3.1.2 BuildRequires: pkgconfig(libcurl) >= 7.29.0 diff --git a/elfutils.changes b/elfutils.changes index bcc8b36..c1e526b 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 25 19:36:08 UTC 2022 - Tony Jones + +- Add support for zstd, needed to inspect kernel modules (bsc#1196510) + ------------------------------------------------------------------- Thu Nov 11 08:56:25 UTC 2021 - Martin Liška diff --git a/elfutils.spec b/elfutils.spec index 52ce5c9..aeb74ec 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ # # spec file for package elfutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,6 +36,7 @@ BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libbz2-devel +BuildRequires: libzstd-devel BuildRequires: xz-devel BuildRequires: zlib-devel