Accepting request 816323 from network
OBS-URL: https://build.opensuse.org/request/show/816323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/realmd?expand=0&rev=3
This commit is contained in:
commit
c35f37323d
@ -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>
|
Wed Jan 22 11:01:28 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ authentication and user account lookups.
|
|||||||
%build
|
%build
|
||||||
# krb5-config is hidden
|
# krb5-config is hidden
|
||||||
PATH=$PATH:%{_prefix}/lib/mit/bin
|
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}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user