]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm.sysconfig
macros for %_ver_lt %_ver_ge
[packages/rpm.git] / rpm.sysconfig
index 283ec2006e5d585ac2fcf7fe658cc73131274798..9ba62a953cfec1205ea3dde7d3391f8896d48a48 100644 (file)
@@ -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
This page took 0.028179 seconds and 4 git commands to generate.