[sysstat] - resolves: #844387 update to 10.1.1 - keep log files for 28 days instead of 7 - collect all aditi

pschiffe pschiffe at fedoraproject.org
Wed Aug 1 15:18:22 UTC 2012


commit a983e107d3ca668772995e92c4246c1c02d22e9d
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Wed Aug 1 17:17:40 2012 +0200

    - resolves: #844387
      update to 10.1.1
    - keep log files for 28 days instead of 7
    - collect all aditional statistics

 .gitignore   |    2 +-
 sources      |    2 +-
 sysstat.spec |   14 ++++++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca6b6a9..504b288 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/sysstat-10.0.5.tar.bz2
+/sysstat-10.1.1.tar.bz2
diff --git a/sources b/sources
index e0cf28c..a6bf7cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-688b34df4828a7575c5b44df88d1d910  sysstat-10.0.5.tar.bz2
+49fbd127f11a8005a6f441159cb702af  sysstat-10.1.1.tar.bz2
diff --git a/sysstat.spec b/sysstat.spec
index b12bd76..e677578 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -1,6 +1,6 @@
 Name: sysstat
-Version: 10.0.5
-Release: 2%{?dist}
+Version: 10.1.1
+Release: 1%{?dist}
 Summary: The sar and iostat system monitoring commands
 License: GPLv2+
 Group: Applications/System
@@ -30,7 +30,7 @@ iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
 mv CREDITS.aux CREDITS
 
 %build
-./configure --prefix=%{_prefix}  --disable-man-group  sa_lib_dir=%{_libdir}/sa --libdir=%{_libdir}
+history=28 compressafter=31 ./configure --prefix=%{_prefix}  --disable-man-group  sa_lib_dir=%{_libdir}/sa --libdir=%{_libdir} --enable-collect-all
 CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
 make CFLAGS="$CFLAGS" LFLAGS=""
 
@@ -78,7 +78,7 @@ fi
 
 
 %files -f %{name}.lang
-%doc CHANGES COPYING CREDITS README TODO FAQ
+%doc CHANGES COPYING CREDITS README FAQ
 %config(noreplace) %{_sysconfdir}/cron.d/sysstat
 %config(noreplace) %{_sysconfdir}/sysconfig/sysstat
 %config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
@@ -91,6 +91,12 @@ fi
 %{_localstatedir}/log/sa
 
 %changelog
+* Wed Aug 01 2012 Peter Schiffer <pschiffe at redhat.com> - 10.1.1-1
+- resolves: #844387
+  update to 10.1.1
+- keep log files for 28 days instead of 7
+- collect all aditional statistics
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.0.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list