Add Require on libmd-devel rhbz#2148612

epel9
Mikel Olasagasti Uranga 2 years ago
parent adbc8d9363
commit e58bd6fca6

@ -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 <mikel@olasagasti.info> - 0.11.7-2
- Add Require on libmd #2148612
* Thu Nov 24 2022 Robert Scheck <robert@fedoraproject.org> - 0.11.7-1
- Update to 0.11.7 (#1742611)

Loading…
Cancel
Save