https://bugzilla.redhat.com/show_bug.cgi?id=1058812 --- Comment #5 from Jakub Hrozek <jhrozek@xxxxxxxxxx> --- (In reply to Jan Pazdziora from comment #3) > (In reply to Jakub Hrozek from comment #2) > > > > * You shouldn't Require httpd itself, but rather httpd-mmn. "mmn" stands for > > "module magic number" and will ensure that you only Require the version of > > httpd that has compatible module API. httpd-mmn is provided by httpd, it's > > just versioned, so the dependency tree stays the same. You can use the > > following one-liner: > > %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat > > %{_includedir}/httpd/.mmn || echo 0-0)}} > > And then: > > Requires: httpd-mmn = %{_httpd_mmn} > > Per https://fedoraproject.org/wiki/PackagingDrafts/ApacheHTTPModules I've > attempted to define the macro as > I pinged one of the httpd developers. This draft was just outdated because of changes they did in rawhide recently. They've fixed the draft to recommend 0-0 now. > %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat > %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} > > My problem however is that I don't seem to be able to get httpd-devel > installed on Fedora 21 in koji: > > http://kojipkgs.fedoraproject.org//work/tasks/930/6470930/root.log > I'm not sure what to look for in that log, I don't even see httpd-devel requested. -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review