diff --git a/sysstat.spec b/sysstat.spec index 6a8f8b6..f6f7154 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,7 +1,7 @@ Summary: Collection of performance monitoring tools for Linux Name: sysstat Version: 11.1.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: http://sebastien.godard.pagesperso-orange.fr/ @@ -36,8 +36,8 @@ The cifsiostat command reports I/O statistics for CIFS filesystems. %setup -q %build -%configure --docdir=%{_pkgdocdir} --disable-man-group --disable-stripping \ - history=28 compressafter=31 +%configure --docdir=%{_pkgdocdir} --disable-man-group --disable-stripping \ + history=28 compressafter=31 sa_lib_dir=%{_libdir}/sa %{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig make %{?_smp_mflags} @@ -77,6 +77,9 @@ fi %{_localstatedir}/log/sa %changelog +* Thu Jan 22 2015 Dan HorĂ¡k - 11.1.2-3 +- fix 64-bit builds on non-x86 arches + * Thu Jan 15 2015 Peter Schiffer - 11.1.2-2 - cleaned .spec file