Dominique Leuenberger 2017-11-21 14:17:45 +00:00 committed by Git OBS Bridge
commit cf13919858
2 changed files with 7 additions and 1 deletions

View File

@ -246,7 +246,7 @@ fi \
%{nil}
%tmpfiles_create() \
[ -x /usr/bin/systemd-tmpfiles ] && \
[ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && \
/usr/bin/systemd-tmpfiles --create %{?*} || : \
%{nil}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 17 07:44:55 CET 2017 - kukuk@suse.de
- Don't execute systemd-tmpfiles if we run in transactional update
mode
-------------------------------------------------------------------
Thu Nov 2 16:09:29 UTC 2017 - fbui@suse.com