|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: libbsd
|
|
|
|
Name: libbsd
|
|
|
|
Version: 0.11.7
|
|
|
|
Version: 0.11.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Library providing BSD-compatible functions for portability
|
|
|
|
Summary: Library providing BSD-compatible functions for portability
|
|
|
|
URL: https://libbsd.freedesktop.org/
|
|
|
|
URL: https://libbsd.freedesktop.org/
|
|
|
|
# Breakdown in COPYING file of libbsd release tarball, see also:
|
|
|
|
# Breakdown in COPYING file of libbsd release tarball, see also:
|
|
|
@ -31,6 +31,12 @@ code over and over again on each project.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libbsd
|
|
|
|
Summary: Development files for libbsd
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
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
|
|
|
|
%description devel
|
|
|
|
Development files for the libbsd library.
|
|
|
|
Development files for the libbsd library.
|
|
|
@ -90,6 +96,9 @@ rm %{buildroot}%{_mandir}/man3/explicit_bzero.3bsd
|
|
|
|
%{_libdir}/pkgconfig/%{name}-ctor.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}-ctor.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Thu Nov 24 2022 Robert Scheck <robert@fedoraproject.org> - 0.11.7-1
|
|
|
|
- Update to 0.11.7 (#1742611)
|
|
|
|
- Update to 0.11.7 (#1742611)
|
|
|
|
|
|
|
|
|
|
|
|