From bbf6575fe9b89cb0ef2561046248d9266601f288d6a43844d9a95a1367c51876 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 22 Jun 2020 11:21:21 +0000 Subject: [PATCH] Accepting request 814694 from home:dimstar:Factory - Use proper unitdir macro to specify location of systemd units. OBS-URL: https://build.opensuse.org/request/show/814694 OBS-URL: https://build.opensuse.org/package/show/network/realmd?expand=0&rev=10 --- realmd.changes | 5 +++++ realmd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/realmd.changes b/realmd.changes index 9f44e6f..04cc1b4 100644 --- a/realmd.changes +++ b/realmd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 15 11:46:59 UTC 2020 - Dominique Leuenberger + +- Use proper unitdir macro to specify location of systemd units. + ------------------------------------------------------------------- Wed Jan 22 11:01:28 UTC 2020 - Dominique Leuenberger diff --git a/realmd.spec b/realmd.spec index 3e1a091..a28a5d9 100644 --- a/realmd.spec +++ b/realmd.spec @@ -60,7 +60,7 @@ authentication and user account lookups. %build # krb5-config is hidden PATH=$PATH:%{_prefix}/lib/mit/bin -%configure --with-distro=suse --with-systemd-unit-dir=%{_prefix}/lib/systemd/system --with-systemd-journal=no +%configure --with-distro=suse --with-systemd-unit-dir=%{_unitdir} --with-systemd-journal=no make %{?_smp_mflags} %install