summaryrefslogtreecommitdiff
path: root/scripts/brp-redhat.in
blob: 9e2e4dddb64e90ffc1cd9087e19b3342045cb3f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

# These are the build root policies that Red Hat invokes at the end
# of the %install scriptlet.

# Compress man pages (Red Hat uses GNU gzip)
@RPMCONFIGDIR@/brp-compress

# Strip ELF binaries (Red Hat uses GNU binutils).
@RPMCONFIGDIR@/brp-strip

# Strip even more sections (Red Hat uses GNU binutils).
@RPMCONFIGDIR@/brp-strip-comment-note