Skip to content

Commit 2b2f28d

Browse files
trostendahlerlend
authored andcommitted
Bug#27604999 SERVICE MYSQL START HANGS WITH SLES12 REPO PACKAGES ON SLES12.0 OS
systemd service files has been converted to use Type=notify. This is accomplished by writing to systemd notify socket. SLES before SLES 12.2 don't support this feature. Be explicit and let RPMS depend on systemd version with feature included.
1 parent b62e49e commit 2b2f28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packaging/rpm-sles/mysql.spec.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ Obsoletes: mariadb-embedded-devel
217217
Provides: mysql = %{version}-%{release}
218218
Provides: mysql-tools = %{version}-%{release}
219219
%if 0%{?systemd}
220+
Requires: systemd >= 228
220221
%{?systemd_requires}
221222
%else
222223
PreReq: insserv

0 commit comments

Comments
 (0)