From 43e96b9dec482ab4bb61c6bb786f5aa3f3e1aefa Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 9 May 2016 13:48:03 +0200 Subject: [PATCH] Use diff instead of cmp for the SUPPORTED file check --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 54de66c..34ee189 100644 --- a/glibc.spec +++ b/glibc.spec @@ -794,7 +794,7 @@ touch locale/programs/*-kw.h # in new langpacks we might have to build. Verify the differences # then update the copy of SUPPORTED. We do it this way to avoid # accidentally creating new langpacks. -cmp %{SOURCE11} localedata/SUPPORTED +diff -u %{SOURCE11} localedata/SUPPORTED ############################################################################## # Build glibc...