https://bugzilla.redhat.com/show_bug.cgi?id=1933988 --- Comment #19 from Antonio T. sagitter <trpost@xxxxxxxxxxxxxx> --- (In reply to code from comment #17) > I’m not sure that requiring all of CMake from -devel to own the directory is > the right approach. Is the goal to support EPEL7, where this package is not > available? If so, it seems like it would be better to conditionalize it: > > %if 0%{?epel} == 7 > Requires: cmake%{?_isa} > %else > Requires: cmake-filesystem > %endif > > Actually, what I would do is > > %if 0%{?epel} != 7 > Requires: cmake-filesystem > %endif > > and then in %files devel, co-own the directory on EPEL7: > > %if 0%{?epel} == 7 > %dir %{_libdir}/cmake/ > %endif > > ---- EPEL7 support is not expected for now. However, in Fedora, 'cmake' requires 'cmake-filesystem' (that wouldn't make sense without cmake): $ repoquery --requires cmake | grep filesystem Last metadata expiration check: 0:03:36 ago on lun 8 mar 2021, 19:09:01. cmake-filesystem(x86-32) = 3.18.3-1.fc33 cmake-filesystem(x86-64) = 3.18.3-1.fc33 cmake-filesystem(x86-64) = 3.18.4-2.fc33 > > That said, I’ll go ahead and approve the package as-is. Thanks for working > through all of these details. Thank you. > > ---- > > If you have the chance to review one of mine, would you mind doing > https://bugzilla.redhat.com/show_bug.cgi?id=1936138? I need it for > unbundling from grpc. It’s a header-only C library that shouldn’t take long > to review. Thanks! Assigned. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-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/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure