On Tue, 19 Sep 2000 10:41:26 +0200, you wrote:
>Any idea where I can find information to resolve this problem? Is there a
>specific documentation for these new "build policies"?
No documentation.
If you look at the and of /usr/lib/rpm/rpmpopt
you see:
# Build policies enabled from command line. Last policy applies.
rpm alias --buildpolicy --define '__spec_install_post
/usr/lib/rpm/brp-!#:+'
$ ls /usr/lib/rpm/brp-*
/usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip
/usr/lib/rpm/brp-redhat /usr/lib/rpm/brp-strip-comment-note
/usr/lib/rpm/brp-sparc64-linux
You can stop the gzip build policies (and get similar behavior to
previous rpm versions) by adding this at the beginning of the spec file
# disable build root strip policy
%define __spec_install_post /usr/lib/rpm/brp-compress || :
I think you can disable them completely with
%define __spec_install_post /bin/true
--
[EMAIL PROTECTED]
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list