aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-01-03 04:29:28 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-01-07 03:45:35 +0100
commit1a8a7e30293696aa472beb21efd361a4b1c99ebe (patch)
treef001e67a5474a8136c6da3db155920476ac4e97e
parentcfe05fec7948751a3c20dfd2d8892547570cea0b (diff)
downloadperl-URPM-1a8a7e30293696aa472beb21efd361a4b1c99ebe.tar
perl-URPM-1a8a7e30293696aa472beb21efd361a4b1c99ebe.tar.gz
perl-URPM-1a8a7e30293696aa472beb21efd361a4b1c99ebe.tar.bz2
perl-URPM-1a8a7e30293696aa472beb21efd361a4b1c99ebe.tar.xz
perl-URPM-1a8a7e30293696aa472beb21efd361a4b1c99ebe.zip
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
-rw-r--r--NEWS1
-rw-r--r--t/test-rpm.spec3
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ef7b6f5..5d775cb 100644
--- a/NEWS
+++ b/NEWS
@@ -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