aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-json/guile-json.spec
diff options
context:
space:
mode:
Diffstat (limited to 'guix/guile-json/guile-json.spec')
-rw-r--r--guix/guile-json/guile-json.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index a4987ed..8b0c1a1 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -1,8 +1,14 @@
%global debug_package %{nil}
+# Workaround brp-strip failures on Fedora 35.
+# https://github.com/rpm-software-management/rpm/issues/1765
+%if 0%{?fedora} >= 35
+%global __brp_strip %{nil}
+%endif
+
Name: guile-json
Version: 4.5.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -60,6 +66,9 @@ features:
%changelog
+* Sat Sep 25 2021 Ting-Wei Lan <lantw44@gmail.com> - 4.5.2-3
+- Disable brp-strip on Fedora 35 and later because it fails on Guile objects
+
* Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 4.5.2-2
- Rebuilt for Fedora 34 and 35