From fa1678e1c0ac9519b0793f9d25f85a0a1a521efb Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Aug 02 2018 16:20:05 +0000 Subject: Log /proc/sysinfo if available (on s390x) --- diff --git a/glibc.spec b/glibc.spec index 0b25b58..316e0bf 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.28 %define glibcversion 2.28 -%define glibcrelease 2%{?dist} +%define glibcrelease 3%{?dist} # Pre-release tarballs are pulled in from git using a command that is # effectively: # @@ -705,6 +705,7 @@ diff -u %{SOURCE11} localedata/SUPPORTED uname -a LD_SHOW_AUXV=1 /bin/true cat /proc/cpuinfo +cat /proc/sysinfo 2>/dev/null || true cat /proc/meminfo df @@ -1874,6 +1875,9 @@ fi %endif %changelog +* Thu Aug 2 2018 Florian Weimer - 2.28-3 +- Log /proc/sysinfo if available (on s390x) + * Thu Aug 2 2018 Florian Weimer - 2.28-2 - Honor %%{valgrind_arches}