]> git.pld-linux.org Git - packages/rpm.git/blob - macros.local
rename FORCE_RPMRC_GNU->APPEND_TARGET_ABI to better express intention
[packages/rpm.git] / macros.local
1 # customized rpm macros - global for host
2 #
3 # remove or replace with file_contexts path if you want to use custom
4 # SELinux file contexts policy instead of one stored in packages payload
5 %_install_file_context_path     %{nil}
6 %_verify_file_context_path      %{nil}
7
8 # Boolean (i.e. 1 == "yes", 0 == "no") that controls whether files
9 # marked as %doc should be installed.
10 #%_excludedocs                  1
11 #
12 # A colon separated list of paths where files should *not* be installed.
13 # Usually, these are (network) file system mount points.
14 # For static /dev not to update perms if upgraded and tmpfs mounted
15 #%_netsharedpath /dev/shm:/proc:/dev:/sys
This page took 0.029291 seconds and 3 git commands to generate.