diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 59a41a7..fd36a25 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -4,12 +4,13 @@ # https://fedoraproject.org/wiki/Packaging:OCaml?rd=Packaging/OCaml#Stripping_binaries %if !%opt %global __strip /bin/true +%global debug_package %{nil} %endif Name: ocaml-findlib Version: 1.5.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Objective CAML package manager and build helper License: BSD @@ -106,6 +107,10 @@ mv $RPM_BUILD_ROOT/$RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_bindir} %changelog +* Wed Jul 22 2015 Richard W.M. Jones - 1.5.5-6 +- s/390x: Disable debuginfo generation (which strips binaries) when building + bytecode. + * Fri Jul 17 2015 Richard W.M. Jones - 1.5.5-5 - s/390x: Don't strip the ocamlfind binary when building bytecode.