From baad931a94047d4e1f95d219561ad4ab7ad03589c232ecf065cc8fdc2e21b838 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Sat, 4 Nov 2017 12:35:34 +0000 Subject: [PATCH] Accepting request 538899 from home:bmwiedemann:branches:Archiving Fix build on Fedora and Mageia OBS-URL: https://build.opensuse.org/request/show/538899 OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=65 --- bzip2.changes | 5 +++++ bzip2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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