Accepting request 542567 from home:kukuk:branches:Base:System

- Don't execute systemd-tmpfiles if we run in transactional update
  mode

OBS-URL: https://build.opensuse.org/request/show/542567
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=21
This commit is contained in:
Dirk Mueller 2017-11-17 09:10:26 +00:00 committed by Git OBS Bridge
parent d0cd081100
commit ecab9f8fb5
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