Add requires for the semanage binary

This commit is contained in:
Michal Schorm 2018-09-06 13:31:56 +02:00
parent ad597f2de1
commit c44f50a64b

View File

@ -283,6 +283,8 @@ Requires: systemd
%endif %endif
# SYS_NICE capabilities; #1540946 # SYS_NICE capabilities; #1540946
Recommends: libcap Recommends: libcap
# semanage
Requires(post): policycoreutils-python-utils
%if %{with mysql_names} %if %{with mysql_names}
Provides: mysql-server = %{sameevr} Provides: mysql-server = %{sameevr}
@ -951,6 +953,7 @@ fi
* Thu Sep 06 2018 Michal Schorm <mschorm@redhat.com> - 8.0.12-2 * Thu Sep 06 2018 Michal Schorm <mschorm@redhat.com> - 8.0.12-2
- Fix the SYS_NICE capabilities - Fix the SYS_NICE capabilities
Related: #1540946 Related: #1540946
- Add requires for the semanage binary
* Wed Aug 01 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.12-1 * Wed Aug 01 2018 Norvald H. Ryeng <norvald.ryeng@oracle.com> - 8.0.12-1
- Update to MySQL 8.0.12 - Update to MySQL 8.0.12