diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | t/test-rpm.spec | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ - fix support for hdlist compressed with !gzip - CPAN testers: o display rpm version in flags + o workaround CPAN testers that run FreeBSD (RT#131162) Version 5.23.2 - 30 December 2019 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 |