[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Disabling brp-strip for mock builds?
- From: "Josh Kelley" <joshkel gmail com>
- To: fedora-devel-list redhat com
- Subject: Disabling brp-strip for mock builds?
- Date: Mon, 16 Jul 2007 12:09:18 -0400
(I hope that this is an appropriate place to ask mock questions that
aren't Fedora-specific. If not, please direct me to the right place.)
I have an RPM for a program that performs an integrity check on itself
when it's run, so stripping it would cause it to fail that check. I
fixed this by adding a couple of lines to the %install section of the
spec file:
%undefine __os_install_post
/usr/lib/rpm/brp-compress
This works fine for normal builds; however, when I build the RPM using
mock, brp-strip and its cousins are called anyway.
What do I need to do to properly disable brp-strip for mock builds?
Thanks.
Josh Kelley
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]