From f2a92ef65db3497ea285b735a3566a4d54bedcfd Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 16 Mar 2018 18:29:04 +0100 Subject: [PATCH] Resolves: #1555079 - make sure that parse-datetime.{c,y} ends up in debuginfo --- coreutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index a61e8ba..d767f46 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -200,7 +200,11 @@ for type in separate single; do --enable-no-install-program=kill,uptime \ --with-tty-group \ DEFAULT_POSIX2_VERSION=200112 alternative=199209 || : - make all %{?_smp_mflags}) + make all %{?_smp_mflags} + + # make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079) + ln -v ../lib/parse-datetime.{c,y} . + ) done # Get the list of supported utilities @@ -286,6 +290,7 @@ fi %changelog * Wed Mar 21 2018 Kamil Dudka - 8.29-5 +- make sure that parse-datetime.{c,y} ends up in debuginfo (#1555079) - fix build failure with glibc-2.28 * Mon Feb 19 2018 Kamil Dudka - 8.29-4