]> git.pld-linux.org Git - packages/rpm.git/blob - macros.local
restore macros.lang file from 4.5 branch (f622fc6)
[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 #%_repackage_all_erasures       1
10
11 # If non-zero, create debuginfo packages
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
This page took 0.04367 seconds and 4 git commands to generate.