diff --git a/bzip2.changes b/bzip2.changes index 3c55e13..b0c2a06 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 4 06:35:46 UTC 2017 - bwiedemann@suse.com + +- Fix build on Fedora and Mageia + ------------------------------------------------------------------- Tue Oct 31 18:09:43 CET 2017 - sbrabec@suse.com diff --git a/bzip2.spec b/bzip2.spec index 1c45d34..79eba3c 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -86,7 +86,7 @@ autoreconf -fiv %configure \ --with-pic \ --disable-static -%if %{do_profiling} +%if 0%{?do_profiling} make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" test make clean