https://bugzilla.redhat.com/show_bug.cgi?id=820659
José Matos <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] --- Comment #1 from José Matos <[email protected]> --- Hi Jonathan, I will review this package but meanwhile there a showstopper. :-) Such as it the package does not compile in Fedora because of the conditional on cmake: %if (0%{?rhel} <= 6) BuildRequires: cmake28 %else BuildRequires: cmake %endif On Fedora this ends requiring cmake28 because rpm evaluates (0 <= 6) -> (true). For the moment this is all, I will review this package later today fixing this issue. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
