summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--elfutils.spec25
-rw-r--r--sources2
3 files changed, 18 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index d5581b9..1c8f615 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/elfutils-0.191.tar.bz2
+/elfutils-0.192.tar.bz2
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
diff --git a/sources b/sources
index faf148b..8680235 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-636547248fb3fae58ec48030298d3ef7 elfutils-0.191.tar.bz2
+a6bb1efc147302cfc15b5c2b827f186a elfutils-0.192.tar.bz2