[sysstat] - resolves: #803032 update to 10.0.4 - resolves: #820725 enable sysstat service by default

pschiffe pschiffe at fedoraproject.org
Wed May 16 19:43:51 UTC 2012


commit b57930dd7dc3e6e61536979ca7fb6d8684586618
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Wed May 16 21:43:21 2012 +0200

    - resolves: #803032
      update to 10.0.4
    - resolves: #820725
      enable sysstat service by default

 .gitignore               |    2 +-
 sources                  |    2 +-
 sysstat-10.0.0-cpu.patch |   13 -------------
 sysstat.spec             |   23 +++++++++++++----------
 4 files changed, 15 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1aa0365..6929fc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/sysstat-10.0.3.tar.bz2
+/sysstat-10.0.4.tar.bz2
diff --git a/sources b/sources
index 3312563..7df7515 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f9d27b3c0e6dde6e4af71cd35b3dc89  sysstat-10.0.3.tar.bz2
+7f3a302c0c6577ecdefdcfe8b335276f  sysstat-10.0.4.tar.bz2
diff --git a/sysstat.spec b/sysstat.spec
index 8652876..6eb268a 100644
--- a/sysstat.spec
+++ b/sysstat.spec
@@ -1,14 +1,12 @@
 Name: sysstat
-Version: 10.0.3
-Release: 2%{?dist}
+Version: 10.0.4
+Release: 1%{?dist}
 Summary: The sar and iostat system monitoring commands
 License: GPLv2+
 Group: Applications/System
-URL:    http://perso.orange.fr/sebastien.godard/
-Source0: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
+URL: http://sebastien.godard.pagesperso-orange.fr/
+Source0: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
 Source1: sysstat.service
-# fixes #643380
-Patch11: sysstat-10.0.0-cpu.patch
 Patch12: sysstat-10.0.0-makefile.patch
 Requires: sh-utils textutils grep fileutils /etc/cron.d
 BuildRequires: lm_sensors-devel
@@ -27,7 +25,6 @@ activity.
 
 %prep
 %setup -q
-%patch11 -p1 -b .cpu
 %patch12 -p1 -b .ls
 iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
 mv CREDITS.aux CREDITS
@@ -49,9 +46,9 @@ sed -i 's|@LIBDIR@|%{_libdir}|g' %{buildroot}%{_unitdir}/sysstat.service
 %find_lang %{name}
 
 %post
-if [ $1 -eq 1 ] ; then 
-    # Initial installation 
-    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
+if [ $1 -eq 1 ] ; then
+    # Initial installation
+    /bin/systemctl enable sysstat.service >/dev/null 2>&1 || :
 fi
 
 %preun
@@ -94,6 +91,12 @@ fi
 %{_localstatedir}/log/sa
 
 %changelog
+* Wed May 16 2012 Peter Schiffer <pschiffe at redhat.com> - 10.0.4-1
+- resolves: #803032
+  update to 10.0.4
+- resolves: #820725
+  enable sysstat service by default
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list