diff --git a/memtester.spec b/memtester.spec index 0812133593c088692ee273866412a92de504b3b7..cba06159559072de6bc16b828ef199611150b6f9 100644 --- a/memtester.spec +++ b/memtester.spec @@ -2,7 +2,7 @@ Name: memtester Version: 4.3.0 -Release: 1 +Release: 2 Summary: A userspace utility for testing the memory subsystem for faults License: GPLv2 URL: http://pyropus.ca/software/memtester/ @@ -20,6 +20,7 @@ A userspace utility for testing the memory subsystem for faults. It's portable a %patch0 -p1 %build +sed -i '1 s/$/ -fcommon/' conf-cc %make_build %install @@ -39,6 +40,9 @@ make install DESTDIR="%{buildroot}" %{_mandir}/* %changelog +* Sat Jul 31 2021 Lu Weitao +- fix failure by upgrade to GCC-10 + * Sun Mar 29 2020 Wei Xiong - Package init