diff --git a/brp-redhat b/brp-redhat deleted file mode 100755 index 34c22ab..0000000 --- a/brp-redhat +++ /dev/null @@ -1,15 +0,0 @@ -#!/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) -/usr/lib/rpm/redhat/brp-compress - -# Strip ELF binaries (Red Hat uses GNU binutils). -/usr/lib/rpm/redhat/brp-strip - -# Strip even more sections (Red Hat uses GNU binutils). -/usr/lib/rpm/redhat/brp-strip-comment-note - -/usr/lib/rpm/brp-python-bytecompile