From b3d29104fe5a92803216d2b2207abc0512930ace Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Mar 15 2024 18:10:43 +0000 Subject: Make elfutils-libelf-static subpackage (not built by default) pull in libzstd-static Signed-off-by: Michel Lind --- diff --git a/elfutils.spec b/elfutils.spec index 5e64ed3..5a2677d 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -182,6 +182,7 @@ License: GPL-2.0-or-later or LGPL-3.0-or-later Provides: elfutils-libelf-devel-static%{depsuffix} = %{version}-%{release} %endif Requires: elfutils-libelf-devel%{depsuffix} = %{version}-%{release} +Requires: libzstd-static%{depsuffix} %description libelf-devel-static The elfutils-libelf-static package contains the static archive @@ -486,8 +487,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog -* Mon Mar 11 2024 Michel Lind - 0.191-3 +* Fri Mar 15 2024 Michel Lind - 0.191-3 - Add feature flag for reenabling elfutils-libelf-devel-static and elfutils-devel-static +- Add dependency on libzstd-static for elfutils-libelf-devel-static * Mon Mar 4 2024 Aaron Merey - 0.191-2 - Update SPDX license.