diff --git a/mariadb.spec b/mariadb.spec index 29abd04..d94db38 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -107,7 +107,7 @@ Name: %{pkgname} Version: %{compatver}.%{bugfixver} -Release: 6%{?with_debug:.debug}%{?dist} +Release: 7%{?with_debug:.debug}%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -1186,6 +1186,10 @@ fi %endif %changelog +* Fri Oct 24 2014 Jan Stanek - 1:10.0.14-7 +- Fixed compat service file. + Resolves: #1155700 + * Mon Oct 13 2014 Honza Horak - 1:10.0.14-6 - Remove bundled cmd-line-utils Related: #1079637 diff --git a/mysql-compat.service.in b/mysql-compat.service.in index acd6c44..16bcdc0 100644 --- a/mysql-compat.service.in +++ b/mysql-compat.service.in @@ -1,6 +1,7 @@ [Unit] Description=MySQL compatibility service (another name for @DAEMON_NAME@.service; you should use @DAEMON_NAME@.service instead) BindsTo=@DAEMON_NAME@.service +After=@DAEMON_NAME@.service [Service] Type=oneshot