From d283b050854521019993fd3123d031170d442897 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Feb 11 2014 18:01:55 +0000 Subject: Fix typo in mysqld.service Resolves: #1063981 --- diff --git a/mariadb.spec b/mariadb.spec index d8c5076..aed650f 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -7,7 +7,7 @@ Name: mariadb Version: 5.5.35 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -802,6 +802,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Feb 11 2014 Honza Horak 1:5.5.35-4 +- Fix typo in mysqld.service + Resolves: #1063981 + * Wed Feb 5 2014 Honza Horak 1:5.5.35-3 - Do not touch the log file in post script, so it does not get wrong owner Resolves: #1061045 diff --git a/mysqld.service b/mysqld.service index 04db97c..fad58b7 100644 --- a/mysqld.service +++ b/mysqld.service @@ -1,4 +1,4 @@ -Unit] +[Unit] Description=MySQL compatibility service (another name for mariadb.service; you should use mariadb.service instead) BindsTo=mariadb.service