diff --git a/bonnie++.spec b/bonnie++.spec index 4444246..a0345aa 100644 --- a/bonnie++.spec +++ b/bonnie++.spec @@ -1,6 +1,6 @@ Name: bonnie++ Version: 1.03e -Release: 1%{?dist} +Release: 2%{?dist} Summary: Filesystem and disk benchmark & burn-in suite @@ -24,11 +24,10 @@ test servers. %prep %setup -q -n bonnie++-1.03e %patch0 -p1 -sed -i 's|${INSTALL}\s\+-s\b|${INSTALL}|' Makefile %build -%configure +%configure --disable-stripping make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" @@ -55,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 12 2009 Ville Skyttä - 1.03e-2 +- Don't strip binaries before -debuginfo is generated (#505570). + * Wed May 13 2009 Steven Pritchard 1.03e-1 - Update to 1.03e - Drop gcc43 patch (upstream has a fix)