diff options
Diffstat (limited to 'elfutils.spec')
-rw-r--r-- | elfutils.spec | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/elfutils.spec b/elfutils.spec index f2c2a0c..dc0ce80 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,6 +1,6 @@ Name: elfutils -Version: 0.191 -Release: 2 +Version: 0.192 +Release: 1 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data URL: https://elfutils.org/ License: GPL-3.0-or-later AND (GPL-2.0-or-later OR LGPL-3.0-or-later) @@ -18,14 +18,20 @@ Requires: elfutils-libs = %{version}-%{release} Requires: glibc >= 2.7 libstdc++ Recommends: elfutils-extra -BuildRequires: gcc >= 4.1.2-33 m4 zlib-devel gdb-headless gcc-c++ -BuildRequires: bzip2-devel xz-devel xz-libs zstd-devel +BuildRequires: gcc >= 4.1.2-33 +BuildRequires: gcc-c++ +BuildRequires: gdb-headless +BuildRequires: pkgconfig(libzstd) >= 1.4.0 +BuildRequires: bzip2-devel +BuildRequires: xz-devel +BuildRequires: zlib-devel #for debuginfod -BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33 +BuildRequires: pkgconfig(libarchive) >= 3.1.2 BuildRequires: pkgconfig(libcurl) >= 7.29.0 +BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33 +BuildRequires: pkgconfig(json-c) >= 0.11 BuildRequires: pkgconfig(sqlite3) >= 3.7.17 -BuildRequires: pkgconfig(libarchive) >= 3.1.2 %define _gnu %{nil} %define _programprefix eu- @@ -139,9 +145,7 @@ License: GPL-2.0-or-later OR LGPL-3.0-or-later Summary: HTTP ELF/DWARF file server addressed by build-id License: GPL-3.0-or-later BuildRequires: systemd -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd +%{?systemd_requires} Requires(pre): shadow-utils # To extract .deb files with a bsdtar (=libarchive) subshell Requires: bsdtar @@ -303,6 +307,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sun Oct 20 2024 Funda Wang <fundawang@yeah.net> - 0.192-1 +- update to 0.191 + * Fri Sep 06 2024 Funda Wang <fundawang@yeah.net> - 0.191-2 - cleanup spec |