aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-03-12 22:29:23 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-03-12 22:29:23 +0800
commit053df259726505c92edaf19959e39dcdfea2a03d (patch)
treec42cbbc873dd5031185d9bb83c4a370a85236f4b
parent743438415e0826f53fd4b3174b4de8985084a66f (diff)
downloadcopr-rpm-spec-053df259726505c92edaf19959e39dcdfea2a03d.tar.gz
copr-rpm-spec-053df259726505c92edaf19959e39dcdfea2a03d.tar.zst
copr-rpm-spec-053df259726505c92edaf19959e39dcdfea2a03d.zip
guix: Workaround missing build-id error
-rw-r--r--guix/guix/guix.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/guix/guix/guix.spec b/guix/guix/guix.spec
index cb2646d..5cfa0b3 100644
--- a/guix/guix/guix.spec
+++ b/guix/guix/guix.spec
@@ -1,6 +1,9 @@
+# Bootstrap binaries provided by guix don't have build IDs
+%global _missing_build_ids_terminate_build 0
+
Name: guix
Version: 0.12.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A purely functional package manager for the GNU system
License: GPLv3+
@@ -259,6 +262,9 @@ fi
%changelog
+* Sun Mar 12 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.12.0-3
+- Workaround missing build-id error for Fedora 27
+
* Wed Mar 08 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.12.0-2
- Rebuilt for Fedora 26 and 27