From 1a8a7e30293696aa472beb21efd361a4b1c99ebe Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 3 Jan 2020 04:29:28 +0100 Subject: Workaround CPAN testers that run FreeBSD (RT#131162) The proper fix would be to patch /usr/lib/rpm/brp-strip-static-archive in order to behave on FreeBSD like on Darwin --- t/test-rpm.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 't/test-rpm.spec') diff --git a/t/test-rpm.spec b/t/test-rpm.spec index 3c73db1..db96eb1 100644 --- a/t/test-rpm.spec +++ b/t/test-rpm.spec @@ -7,6 +7,9 @@ License: GPL Group: Application/Development BuildRoot: %{_tmppath}/%{name}-root +# For CPAN testers that run FreeBSD (RT#131162) +%global __brp_strip_static_archive %nil + %description test rpm -- cgit v1.2.1