]> git.pld-linux.org Git - packages/rpm.git/blob - macros.local
- netsharedpath sample (probably not complete)
[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 # If non-zero, all erasures will be automagically repackaged.
9 # You will need more than 256MiB RAM on i686 for repackage to succeed.
10 #%_repackage_all_erasures       0
11
12 # If non-zero, create debuginfo packages
13 #%_enable_debug_packages        0
14
15 # Boolean (i.e. 1 == "yes", 0 == "no") that controls whether files
16 # marked as %doc should be installed.
17 #%_excludedocs                  1
18 #
19 # A colon separated list of paths where files should *not* be installed.
20 # Usually, these are (network) file system mount points.
21 # For static /dev not to update perms if upgraded and tmpfs mounted
22 #%_netsharedpath /dev/shm:/proc:/dev
This page took 0.036022 seconds and 4 git commands to generate.