SHA256
1
0
forked from pool/elfutils

Accepting request 957660 from Base:System

OBS-URL: https://build.opensuse.org/request/show/957660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2022-02-28 18:43:04 +00:00 committed by Git OBS Bridge
commit 893f160306
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 25 19:36:08 UTC 2022 - Tony Jones <tonyj@suse.com>
- Add support for zstd, needed to inspect kernel modules (bsc#1196510)
-------------------------------------------------------------------
Thu Nov 11 08:56:25 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 25 19:36:08 UTC 2022 - Tony Jones <tonyj@suse.com>
- Add support for zstd, needed to inspect kernel modules (bsc#1196510)
-------------------------------------------------------------------
Thu Nov 11 08:56:25 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -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