Include each dependency on one line for better patches in the future

This commit is contained in:
Honza Horak 2017-08-07 18:08:21 +02:00
parent 91f4ad0e19
commit a06955c958

View File

@ -427,7 +427,9 @@ Requires(posttrans): systemd
%{?systemd_requires: %systemd_requires} %{?systemd_requires: %systemd_requires}
%endif %endif
# wsrep requirements # wsrep requirements
Requires: lsof net-tools rsync Requires: lsof
Requires: net-tools
Requires: rsync
%if %{with mysql_names} %if %{with mysql_names}
Provides: mysql-server = %{sameevr} Provides: mysql-server = %{sameevr}
Provides: mysql-server%{?_isa} = %{sameevr} Provides: mysql-server%{?_isa} = %{sameevr}