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
This commit is contained in:
Marcus Meissner 2020-06-22 11:21:21 +00:00 committed by Git OBS Bridge
parent c8c4f51c80
commit bbf6575fe9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 15 11:46:59 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Use proper unitdir macro to specify location of systemd units.
-------------------------------------------------------------------
Wed Jan 22 11:01:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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