diff --git a/httpd.spec b/httpd.spec index 66e09d9..d8f9fff 100644 --- a/httpd.spec +++ b/httpd.spec @@ -154,6 +154,14 @@ Conflicts: apr < 1.5.0-1 Conflicts: httpd < 2.4.53-2 Obsoletes: mod_proxy_uwsgi < 2.0.17.1-2 +# Compat symlinks for Requires in other packages. +%if "%{_sbindir}" == "%{_bindir}" +# We rely on filesystem to create the symlink for us. +Requires: filesystem(unmerged-sbin-symlinks) +Provides: /usr/sbin/apachectl +Provides: /usr/sbin/httpd +%endif + %description core The httpd-core package contains essential httpd binaries.