https://bugzilla.redhat.com/show_bug.cgi?id=1853808 Bug ID: 1853808 Summary: ccache is not a required Product: Fedora Version: 32 Status: NEW Component: abi-compliance-checker Assignee: hobbes1069@xxxxxxxxx Reporter: magfr@xxxxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: hobbes1069@xxxxxxxxx, orion@xxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Target Milestone: --- Classification: Fedora Description of problem: abi-compliance-checker drags in ccache Version-Release number of selected component (if applicable): 2.3.5-32 How reproducible: Always Steps to Reproduce: 1. Install abi-compliance-checker on a host without ccache Actual results: ccache is installed Expected results: ccache does not get installed Additional info: According to https://lvc.github.io/abi-compliance-checker/ there is a conflict with ccache < 3.1.2 so the spec file line Requires: ccache >= 3.1.2 should have been Conflicts: ccache < 3.1.2 but according to the Packager Documentation (https://docs.fedoraproject.org/en-US/packaging-guidelines/Conflicts/#_optional_functionality) Fedora only care about two releases back and ccache have been sufficiently new for that long so I suppose the right thing to do is to delete this Requires line. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx