[sysstat] Updated to 11.1.3

pschiffe pschiffe at fedoraproject.org
Mon Mar 2 12:30:35 UTC 2015


commit 52edbefbc6062a712db2a25e2582dfd24d04dc65
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Mon Mar 2 13:30:03 2015 +0100

    Updated to 11.1.3
    
    - resolves: #1193434

 .gitignore   |  2 +-
 sources      |  2 +-
 sysstat.spec | 25 +++++++++++--------------
 3 files changed, 13 insertions(+), 16 deletions(-)
---
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 <pschiffe at 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
 


More information about the scm-commits mailing list