]> git.pld-linux.org Git - packages/rpm.git/blame - macros.local
- updated x32 macros with sensible values
[packages/rpm.git] / macros.local
CommitLineData
08697680
JR
1# customized rpm macros - global for host
2#
08697680
JR
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
e3ca5628
JR
8# If non-zero (default), all erasures will be automagically repackaged.
9#%_repackage_all_erasures 0
08697680 10
e3ca5628 11# If non-zero (default), create debuginfo packages
08697680
JR
12#%_enable_debug_packages 0
13
14# Boolean (i.e. 1 == "yes", 0 == "no") that controls whether files
15# marked as %doc should be installed.
16#%_excludedocs 1
a93c5cdc
ER
17#
18# A colon separated list of paths where files should *not* be installed.
5384be47
ER
19# Usually, these are (network) file system mount points.
20# For static /dev not to update perms if upgraded and tmpfs mounted
21#%_netsharedpath /dev/shm:/proc:/dev
This page took 0.049983 seconds and 4 git commands to generate.