]> git.pld-linux.org Git - packages/rpm.git/blob - rpm.sysconfig
- add provides/requires scripts macros for perl and python
[packages/rpm.git] / rpm.sysconfig
1 # This file is intended for setting rpm options that cannot be set as macros
2 #
3 # NOTE: some packages might not use these features.
4
5 # How verbose the .rpm scripts/triggers should be?
6 RPM_SCRIPTVERBOSITY=5
7
8 # Should unused users be removed at package deinstallation?
9 RPM_USERDEL=yes
10
11 # Should automatic restarts from rpm upgrades be skipped?
12 # You can also disable this per service, if service supports it from
13 # /etc/sysconfig/SERVICE
14 # This is NOT used by %systemd_service_{restart,reload}. %systemd_post
15 # issues try-restart unless package itself contains NORESTART or
16 # %service macro before exists (maps value below to NORESTART). I.e.
17 # %systemd_post honours this setting only after %service, while
18 # %service-less packages would try-restart anyway.
19 #RPM_SKIP_AUTO_RESTART=yes
20
21 # Should package upgrades enable systemd service?
22 # This means migrating init scripts from SysV to systemd.
23 # If you disable this, systemd units will not be enabled for
24 # *upgraded* services. Newly installed packages will follow
25 # systemd presets.
26 # This is used:
27 # - if set to "no" while upgrading from systemd-units < 1:187-3,
28 #   sets default.preset to "disable *" (one-time configuration:
29 #   for newly installed packages),
30 # - by %systemd_trigger (upgrade) disobeying systemd presets.
31 RPM_ENABLE_SYSTEMD_SERVICE=yes
This page took 0.030717 seconds and 3 git commands to generate.