radiorabe / centos-rpm-liquidsoap

RaBe Liquidsoap Distribution for CentOS 8 & Fedora (RaBe-LSD)
https://build.opensuse.org/project/show/home:radiorabe:liquidsoap
GNU General Public License v3.0
9 stars 3 forks source link

Explicit ocaml-mad-devel buildrequire #24

Closed hairmare closed 5 years ago

hairmare commented 5 years ago

The dnf builddep command seems to solve transitive dependencies slightly different that OBS.

This actually worked on travis but was missing the ocaml-mad-devel package on OBS. This surfaced while I was trying to build i586 packages on OBS (I'm doing i586 since x86_64 is still out of order on OBS).

This only seems to affect Fedora Rawhide for now. Nevertheless the ocaml-mad-devel package should get BuildRequired by the liquidsoap package since it's configure script checks for it to be installed. I think it was getting installed by some other ocaml module that had it as a dep an we were just lucky that the build worked previously.