diff --git a/.gitignore b/.gitignore index b100d63..aff0cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/sysstat-11.1.2.tar.xz +/sysstat-11.1.3.tar.xz diff --git a/sources b/sources index 4df2a46..3685078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ce71ffdb7d3741034fd3ce1104a7158 sysstat-11.1.2.tar.xz +27385bcb6c1e585de8ba7cb25ac67aef sysstat-11.1.3.tar.xz diff --git a/sysstat.spec b/sysstat.spec index f6f7154..cc93ce1 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: 3%{?dist} +Version: 11.1.3 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://sebastien.godard.pagesperso-orange.fr/ @@ -9,7 +9,7 @@ Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz BuildRequires: gettext, lm_sensors-devel, systemd -Requires: findutils +Requires: findutils, xz Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -36,21 +36,14 @@ 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 sa_lib_dir=%{_libdir}/sa -%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig +%configure --enable-install-cron --enable-copy-only --disable-file-attr \ + --disable-stripping --docdir=%{_pkgdocdir} sadc_options='-S DISK' \ + history=28 compressafter=31 make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} - -# Install service file mkdir -p %{buildroot}%{_unitdir} -install -m 0644 sysstat.service %{buildroot}%{_unitdir}/ - -# Install timer units -install -m 0644 cron/sysstat-{collect,summary}.{service,timer} %{buildroot}%{_unitdir}/ - +%make_install %find_lang %{name} %post @@ -77,6 +70,10 @@ fi %{_localstatedir}/log/sa %changelog +* Mon Mar 02 2015 Peter Schiffer - 11.1.3-1 +- resolves: #1193434 + updated to 11.1.3 + * Thu Jan 22 2015 Dan HorĂ¡k - 11.1.2-3 - fix 64-bit builds on non-x86 arches