[sysstat] - resolves: #919581 updated to 10.1.5 - collect disk statistics by default

pschiffe pschiffe at fedoraproject.org
Fri Apr 5 12:05:49 UTC 2013


commit 7dc77b91e237d581af1c65b1d11bfc7eb662099f
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Fri Apr 5 14:05:18 2013 +0200

    - resolves: #919581
      updated to 10.1.5
    - collect disk statistics by default

 .gitignore   |    2 +-
 sources      |    2 +-
 sysstat.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf5f5be..cf6dd9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/sysstat-10.1.3.tar.bz2
+/sysstat-10.1.5.tar.bz2
diff --git a/sources b/sources
index 35513a6..fd0e371 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ada7e80dd8cef31f6c89e36f3db15910  sysstat-10.1.3.tar.bz2
+5f57c129b50234b25e4a7e0a363b1b72  sysstat-10.1.5.tar.bz2
diff --git a/sysstat.spec b/sysstat.spec
index c76c061..cc6e18e 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -1,7 +1,7 @@
 Summary: Collection of performance monitoring tools for Linux
 Name: sysstat
-Version: 10.1.3
-Release: 2%{?dist}
+Version: 10.1.5
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://sebastien.godard.pagesperso-orange.fr/
@@ -41,8 +41,8 @@ mv CREDITS.aux CREDITS
 
 %build
 %configure sa_lib_dir=%{_libdir}/sa history=28 compressafter=31 \
-    --disable-man-group \
-    --enable-collect-all
+    --disable-man-group
+%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
 CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
 make CFLAGS="$CFLAGS" LFLAGS="" %{?_smp_mflags}
 
@@ -96,6 +96,11 @@ fi
 %{_localstatedir}/log/sa
 
 %changelog
+* Fri Apr  5 2013 Peter Schiffer <pschiffe at redhat.com> - 10.1.5-1
+- resolves: #919581
+  updated to 10.1.5
+- collect disk statistics by default
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.1.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list