- fix 64-bit builds on non-x86 arches

This commit is contained in:
Dan Horák 2015-01-22 10:28:50 +01:00
parent 8f594bdc8c
commit 06729b308b

View File

@ -1,7 +1,7 @@
Summary: Collection of performance monitoring tools for Linux Summary: Collection of performance monitoring tools for Linux
Name: sysstat Name: sysstat
Version: 11.1.2 Version: 11.1.2
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://sebastien.godard.pagesperso-orange.fr/ URL: http://sebastien.godard.pagesperso-orange.fr/
@ -37,7 +37,7 @@ The cifsiostat command reports I/O statistics for CIFS filesystems.
%build %build
%configure --docdir=%{_pkgdocdir} --disable-man-group --disable-stripping \ %configure --docdir=%{_pkgdocdir} --disable-man-group --disable-stripping \
history=28 compressafter=31 history=28 compressafter=31 sa_lib_dir=%{_libdir}/sa
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig %{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
make %{?_smp_mflags} make %{?_smp_mflags}
@ -77,6 +77,9 @@ fi
%{_localstatedir}/log/sa %{_localstatedir}/log/sa
%changelog %changelog
* Thu Jan 22 2015 Dan Horák <dan[at]danny.cz> - 11.1.2-3
- fix 64-bit builds on non-x86 arches
* Thu Jan 15 2015 Peter Schiffer <pschiffe@redhat.com> - 11.1.2-2 * Thu Jan 15 2015 Peter Schiffer <pschiffe@redhat.com> - 11.1.2-2
- cleaned .spec file - cleaned .spec file