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:
parent
c8c4f51c80
commit
bbf6575fe9
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user