From 3798b7b9719ec61c0fa98ce65edc8ce5c1120c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Tue, 30 Jul 2013 09:31:26 +0200 Subject: [PATCH] Remove unneeded systemd-sysv requires --- mariadb.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index d2bd7a3..e2727ee 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -3,7 +3,7 @@ Name: mariadb Version: 5.5.32 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -135,10 +135,6 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires(posttrans): systemd -# This is actually needed for the %%triggerun script but Requires(triggerun) -# is not valid. We can use %%post because this particular %%triggerun script -# should fire just after this package is installed. -Requires(post): systemd-sysv # mysqlhotcopy needs DBI/DBD support Requires: perl-DBI, perl-DBD-MySQL Provides: mysql-server = %{epoch}:%{version}-%{release} @@ -738,6 +734,9 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Tue Jul 30 2013 Honza Horak 5.5.32-6 +- Remove unneeded systemd-sysv requires + * Sun Jul 28 2013 Dennis Gilmore - 5.5.32-5 - remove "Requires(pretrans): systemd" since its not possible - when installing mariadb and systemd at the same time. as in a new install