From bf961fc8acb809f893c0764a7ee3aacdc50054e1 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 23 Jan 2017 13:40:39 -0500 Subject: [PATCH] Create a systemd dependency for tmpfiles-setup.service (bz 1401561) Signed-off-by: Steve Dickson --- rpcbind.service | 2 ++ rpcbind.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rpcbind.service b/rpcbind.service index 12c1401..9bdf489 100644 --- a/rpcbind.service +++ b/rpcbind.service @@ -1,6 +1,8 @@ [Unit] Description=RPC bind service Requires=rpcbind.socket +Wants=systemd-tmpfiles-setup.service +After=systemd-tmpfiles-setup.service [Service] Type=forking diff --git a/rpcbind.spec b/rpcbind.spec index 13fcb09..ba471aa 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,6 +1,6 @@ Name: rpcbind Version: 0.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Universal Addresses to RPC Program Number Mapper Group: System Environment/Daemons License: BSD @@ -135,6 +135,9 @@ fi %{_tmpfilesdir}/%{name}.conf %changelog +* Mon Jan 23 2017 Steve Dickson - 0.2.4-3 +- Create a systemd dependency for tmpfiles-setup.service (bz 1401561) + * Mon Jan 16 2017 Steve Dickson - 0.2.4-2 - Document /run/rpcbind is the state directory (bz 1401561)