aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-lzlib/guile-lzlib.spec
diff options
context:
space:
mode:
Diffstat (limited to 'guix/guile-lzlib/guile-lzlib.spec')
-rw-r--r--guix/guile-lzlib/guile-lzlib.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/guix/guile-lzlib/guile-lzlib.spec b/guix/guile-lzlib/guile-lzlib.spec
index 94dcea6..29d250d 100644
--- a/guix/guile-lzlib/guile-lzlib.spec
+++ b/guix/guile-lzlib/guile-lzlib.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-lzlib
Version: 0.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Guile bindings for lzlib
License: GPLv3+
@@ -52,6 +58,9 @@ autoreconf -fiv
%changelog
+* Sat Sep 25 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.0.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> - 0.0.2-2
- Rebuilt for Fedora 34 and 35