Updated to 11.1.3

- resolves: #1193434
This commit is contained in:
Peter Schiffer 2015-03-02 13:30:03 +01:00
parent 06729b308b
commit 52edbefbc6
3 changed files with 13 additions and 16 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/sysstat-11.1.2.tar.xz
/sysstat-11.1.3.tar.xz

View File

@ -1 +1 @@
8ce71ffdb7d3741034fd3ce1104a7158 sysstat-11.1.2.tar.xz
27385bcb6c1e585de8ba7cb25ac67aef sysstat-11.1.3.tar.xz

View File

@ -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 <pschiffe@redhat.com> - 11.1.3-1
- resolves: #1193434
updated to 11.1.3
* Thu Jan 22 2015 Dan Horák <dan[at]danny.cz> - 11.1.2-3
- fix 64-bit builds on non-x86 arches