From 273083bdf6e8b794fa5640b548d45f48a1c32c11 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 26 Jul 2013 20:02:27 -0500 Subject: [PATCH] add Requires(pre) on systemd for the server package --- mariadb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index e8fe437..26d82c4 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -1,6 +1,6 @@ Name: mariadb Version: 5.5.32 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -127,6 +127,7 @@ Requires(pre): /usr/sbin/useradd # We require this to be present for %%{_tmpfilesdir} Requires: systemd # Make sure it's there when scriptlets run, too +Requires(pre): systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -733,6 +734,9 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Jul 26 2013 Dennis Gilmore 5.5.32-3 +- add Requires(pre) on systemd for the server package + * Tue Jul 23 2013 Dennis Gilmore 5.5.32-2 - replace systemd-units requires with systemd - remove solaris files