Accepting request 337613 from home:stroeder:branches:server:dns

Fix for ignoring absence of the systemd-tmpfiles command

OBS-URL: https://build.opensuse.org/request/show/337613
OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=25
This commit is contained in:
2015-10-12 15:14:45 +00:00
committed by Git OBS Bridge
parent 4e75ef2703
commit cbc1071da4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 10 09:31:40 UTC 2015 - michael@stroeder.com
- ignore absence of the systemd-tmpfiles command
-------------------------------------------------------------------
Tue Oct 6 14:21:00 UTC 2015 - mrueckert@suse.de

View File

@@ -299,7 +299,7 @@ make check ||:
%post
%fillup_only %{name}
%if %{with systemd}
systemd-tmpfiles --create %{_tmpfilesdir}/unbound.conf
systemd-tmpfiles --create %{_tmpfilesdir}/unbound.conf || :
%service_add_post unbound-keygen.service unbound.service
%endif