From 774fde8ec835df366d30e82ee9b22472d18b11a1 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 08e8e7b..64eac47 100644 --- a/glibc.spec +++ b/glibc.spec @@ -812,7 +812,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...