From 0c3383775b7625bc0d32fbffe76b14f24d259f5a Mon Sep 17 00:00:00 2001 From: John Dulaney Date: Wed, 14 Mar 2018 18:58:25 -0700 Subject: [PATCH] Investigate FTBFS Signed-off-by: John Dulaney --- guile22.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guile22.spec b/guile22.spec index 28cd2c1..c5daccf 100644 --- a/guile22.spec +++ b/guile22.spec @@ -1,13 +1,13 @@ # Guile produces ELF images that are just containers for guile and don't # include build-ids. https://wingolog.org/archives/2014/01/19/elf-in-guile -%undefine _missing_build_ids_terminate_build +%undefine _missing_build_ids_terminate_build %global mver 2.2 Summary: A GNU implementation of Scheme for application extensibility Name: guile22 Version: 2.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.xz URL: http://www.gnu.org/software/guile/ License: LGPLv3+ @@ -186,6 +186,9 @@ fi %changelog +* Wed Mar 14 2018 John Dulaney - 2.2.2-5 +- Investigate FTBFS + * Fri Feb 09 2018 Igor Gnatenko - 2.2.2-4 - Escape macros in %%changelog