Add compat sbin Provides
In preparation for https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin. rt requires /usr/sbin/apachectl. perl-Plack requires /usr/sbin/httpd.
This commit is contained in:
parent
b8ad0c4e43
commit
d4e3bcb534
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue