X-Git-Url: http://git.pld-linux.org/?p=packages%2Frpm.git;a=blobdiff_plain;f=rpm.sysconfig;h=9ba62a953cfec1205ea3dde7d3391f8896d48a48;hp=283ec2006e5d585ac2fcf7fe658cc73131274798;hb=8fa0ac2fcc16b1980e284e5b3e4af8554d7fde52;hpb=801b8ba13a9bcbb43c681d7c16ad3976d69f0d09 diff --git a/rpm.sysconfig b/rpm.sysconfig index 283ec20..9ba62a9 100644 --- a/rpm.sysconfig +++ b/rpm.sysconfig @@ -11,8 +11,11 @@ RPM_USERDEL=yes # Should automatic restarts from rpm upgrades be skipped? # You can also disable this per service, if service supports it from # /etc/sysconfig/SERVICE -# This is NOT used by %systemd_service_{restart,reload} nor %systemd_post -# (which issues try-restart unless package itself contains NORESTART). +# This is NOT used by %systemd_service_{restart,reload}. %systemd_post +# issues try-restart unless package itself contains NORESTART or +# %service macro before exists (maps value below to NORESTART). I.e. +# %systemd_post honours this setting only after %service, while +# %service-less packages would try-restart anyway. #RPM_SKIP_AUTO_RESTART=yes # Should package upgrades enable systemd service? @@ -26,9 +29,3 @@ RPM_USERDEL=yes # for newly installed packages), # - by %systemd_trigger (upgrade) disobeying systemd presets. RPM_ENABLE_SYSTEMD_SERVICE=yes - -# Run update-mime-database with(out) fdatasync(): this causes really -# long and quiet delay on every invocation. -# https://bugs.freedesktop.org/show_bug.cgi?id=70366 -# https://bugzilla.redhat.com/show_bug.cgi?id=1052173 -PKGSYSTEM_ENABLE_FSYNC=0 \ No newline at end of file