#14 Make elfutils-libelf-static subpackage (not built by default) pull in libzstd-static
Merged a month ago by amerey. Opened a month ago by salimma.
rpms/ salimma/elfutils static-dep  into  rawhide

file modified
+3 -1
@@ -182,6 +182,7 @@ 

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

  %systemd_postun_with_restart debuginfod.service

  

  %changelog

- * Mon Mar 11 2024 Michel Lind <salimma@fedoraproject.org> - 0.191-3

+ * Fri Mar 15 2024 Michel Lind <salimma@fedoraproject.org> - 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 <amerey@fedoraproject.org> - 0.191-2

  - Update SPDX license.

We discovered this when trying to use the new Hyperscale elfutils (which backports the feature flag reenabling static subpackages and flip it to on) to build retsnoop: since libelf links against zstd since a few years ago, libelf-static needs to pull in libzstd-static and RPM does not generate this dependency automatically

Signed-off-by: Michel Lind salimma@fedoraproject.org

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/94e97e0182cc425d901a03d9c7673d2b

Pull-Request has been merged by amerey

a month ago
Metadata