diff --git a/libbsd.spec b/libbsd.spec index 72035f2..39d4f9b 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -1,6 +1,6 @@ Name: libbsd Version: 0.11.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing BSD-compatible functions for portability URL: https://libbsd.freedesktop.org/ # Breakdown in COPYING file of libbsd release tarball, see also: @@ -31,6 +31,12 @@ code over and over again on each project. %package devel Summary: Development files for libbsd Requires: %{name}%{?_isa} = %{version}-%{release} +# RHBZ-2148612 libbsd 0.11 requires external libmd-devel to avoid linker problems +#/* GNU ld script +# * The MD5 functions are provided by the libmd library. */ +#OUTPUT_FORMAT(elf64-x86-64) +#GROUP(/usr/lib64/libbsd.so.0.11.7 AS_NEEDED(-lmd)) +Requires: libmd-devel %description devel Development files for the libbsd library. @@ -90,6 +96,9 @@ rm %{buildroot}%{_mandir}/man3/explicit_bzero.3bsd %{_libdir}/pkgconfig/%{name}-ctor.pc %changelog +* Sun Dec 04 2022 Mikel Olasagasti Uranga - 0.11.7-2 +- Add Require on libmd #2148612 + * Thu Nov 24 2022 Robert Scheck - 0.11.7-1 - Update to 0.11.7 (#1742611)