#!/bin/bash
LC_ALL="C"; export LC_ALL
PATH="/opt/osstech/bin:$PATH"; export PATH

# 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)
/opt/osstech/lib/rpm/brp-compress

# Strip ELF binaries (Red Hat uses GNU binutils).
/opt/osstech/lib/rpm/brp-strip

# Strip even more sections (Red Hat uses GNU binutils).
/opt/osstech/lib/rpm/brp-strip-comment-note
