rpms/sysstat/devel .cvsignore, 1.22, 1.23 sources, 1.21, 1.22 sysstat-8.0.4-procdisksts.patch, 1.1, 1.2 sysstat.spec, 1.67, 1.68 sysstat-8.0.4-cpu.patch, 1.1, NONE sysstat-8.0.4-nfs_ext.patch, 1.1, NONE sysstat-8.0.4-write.patch, 1.1, NONE

Ivana Varekova varekova at fedoraproject.org
Thu May 28 10:04:07 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/sysstat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19389

Modified Files:
	.cvsignore sources sysstat-8.0.4-procdisksts.patch 
	sysstat.spec 
Removed Files:
	sysstat-8.0.4-cpu.patch sysstat-8.0.4-nfs_ext.patch 
	sysstat-8.0.4-write.patch 
Log Message:
- update to 9.0.3
- remove obsolete patches




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sysstat/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	8 Feb 2008 09:37:51 -0000	1.22
+++ .cvsignore	28 May 2009 10:03:36 -0000	1.23
@@ -1 +1 @@
-sysstat-8.0.4.tar.bz2
+sysstat-9.0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sysstat/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	8 Feb 2008 09:37:51 -0000	1.21
+++ sources	28 May 2009 10:03:36 -0000	1.22
@@ -1 +1 @@
-637b7e1e1201b2ebecd6ab8102f19ea7  sysstat-8.0.4.tar.bz2
+5e62331a0d7757dcc2354c5945102462  sysstat-9.0.3.tar.bz2

sysstat-8.0.4-procdisksts.patch:

Index: sysstat-8.0.4-procdisksts.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sysstat/devel/sysstat-8.0.4-procdisksts.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sysstat-8.0.4-procdisksts.patch	5 Dec 2008 10:43:08 -0000	1.1
+++ sysstat-8.0.4-procdisksts.patch	28 May 2009 10:03:36 -0000	1.2
@@ -1,50 +1,28 @@
-diff -up sysstat-8.0.4/man/iostat.1.pom sysstat-8.0.4/man/iostat.1
---- sysstat-8.0.4/man/iostat.1.pom	2008-12-05 11:12:36.000000000 +0100
-+++ sysstat-8.0.4/man/iostat.1	2008-12-05 11:18:33.000000000 +0100
-@@ -445,7 +445,7 @@ Display the network filesystem (NFS) rep
- .IP -h 
- Display the NFS report more human readable.
- .IP "-p [ { device | ALL } ]"
--The -p option is exclusive of the -x option and displays statistics for
-+The -p option displays statistics for 
- block devices and all their partitions that are used by the system.
- If a device name is entered on the command line, then statistics for it
- and all its partitions are displayed. Last, the
-@@ -453,6 +453,8 @@ and all its partitions are displayed. La
+diff -up sysstat-9.0.3/iostat.c.pom sysstat-9.0.3/iostat.c
+--- sysstat-9.0.3/iostat.c.pom	2009-04-16 18:30:27.000000000 +0200
++++ sysstat-9.0.3/iostat.c	2009-05-28 11:49:45.000000000 +0200
+@@ -825,8 +825,10 @@ void read_diskstats_stat(int curr)
+ 		else if (i == 7) {
+ 			/* Partition without extended statistics */
+ 			if (DISPLAY_EXTENDED(flags) ||
+-			    (!dlist_idx && !DISPLAY_PARTITIONS(flags)))
+-				continue;
++			    (!dlist_idx && !DISPLAY_PARTITIONS(flags))) {
++				fprintf(stderr, _("Your kernel does not produce data for partition extended statistics\n"));
++				exit(1);
++			}
+ 
+ 			sdev.rd_ios     = rd_ios;
+ 			sdev.rd_sectors = rd_merges_or_rd_sec;
+diff -up sysstat-9.0.3/man/iostat.1.pom sysstat-9.0.3/man/iostat.1
+--- sysstat-9.0.3/man/iostat.1.pom	2009-04-16 18:01:06.000000000 +0200
++++ sysstat-9.0.3/man/iostat.1	2009-05-28 11:53:36.000000000 +0200
+@@ -462,6 +462,8 @@ and all its partitions are displayed. La
  keyword indicates that statistics have to be displayed for all the block
  devices and partitions defined by the system, including those that have
  never been used.
-+Some kernels does not produce extended statistic for partitions so then 
-+the combination of -p and -x options return an error. 
++Some kernels does not produce extended statistic for partitions so then. 
++the combination of -p and -x options return an error.
  Note that this option works only with post 2.5 kernels.
  .IP -t
  Print the time for each report displayed. The timestamp format may depend
-diff -up sysstat-8.0.4/iostat.c.pom sysstat-8.0.4/iostat.c
---- sysstat-8.0.4/iostat.c.pom	2008-12-05 11:12:36.000000000 +0100
-+++ sysstat-8.0.4/iostat.c	2008-12-05 11:20:20.000000000 +0100
-@@ -733,8 +733,10 @@ void read_diskstats_stat(int curr, int f
-       }
-       else if (i == 7) {
- 	 /* Partition */
--	 if (DISPLAY_EXTENDED(flags) || (!dlist_idx && !DISPLAY_PARTITIONS(flags)))
--	    continue;
-+	 if (DISPLAY_EXTENDED(flags) || (!dlist_idx && !DISPLAY_PARTITIONS(flags))) {
-+            fprintf(stderr, _("Your kernel does not produce data for partition extended statistics\n"));
-+            exit(1); 
-+         }
- 
- 	 sdev.rd_ios     = rd_ios;
- 	 sdev.rd_sectors = rd_merges_or_rd_sec;
-@@ -1471,12 +1473,6 @@ int main(int argc, char **argv)
-        DISPLAY_UNFILTERED(flags))
-       flags |= I_D_DISK;
- 
--   /* Linux does not provide extended stats for partitions nor for NFS directories */
--   if (DISPLAY_PARTITIONS(flags) && DISPLAY_EXTENDED(flags)) {
--      fprintf(stderr, _("-x and -p options are mutually exclusive\n"));
--      exit(1);
--   }
--
-    /* Ignore device list if '-p ALL' entered on the command line */
-    if (DISPLAY_PART_ALL(flags))
-       dlist_idx = 0;


Index: sysstat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sysstat/devel/sysstat.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- sysstat.spec	26 Feb 2009 04:56:48 -0000	1.67
+++ sysstat.spec	28 May 2009 10:03:36 -0000	1.68
@@ -1,14 +1,11 @@
 Name: sysstat
-Version: 8.0.4
-Release: 7%{?dist}
+Version: 9.0.3
+Release: 1%{?dist}
 Summary: The sar and iostat system monitoring commands
 License: GPLv2+
 Group: Applications/System
 URL: 	http://perso.orange.fr/sebastien.godard/
 Source: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
-Patch0: sysstat-8.0.4-write.patch
-Patch1: sysstat-8.0.4-nfs_ext.patch
-Patch2: sysstat-8.0.4-cpu.patch
 Patch3: sysstat-8.0.4-procdisksts.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -25,10 +22,7 @@ activity.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ret
-%patch1 -p1 -b .nfse
-%patch2 -p1 -b .cpu
-%patch3 -p1 -b .diskst
+#%patch3 -p1 -b .diskst
 iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
 mv CREDITS.aux CREDITS
 
@@ -80,6 +74,10 @@ rm -rf %{buildroot}
 %{_localstatedir}/log/sa
 
 %changelog
+* Thu May 28 2009 Ivana Varekova <varekova at redhat.com> - 9.0.3-1
+- update to 9.0.3
+- remove obsolete patches
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.0.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


--- sysstat-8.0.4-cpu.patch DELETED ---


--- sysstat-8.0.4-nfs_ext.patch DELETED ---


--- sysstat-8.0.4-write.patch DELETED ---




More information about the scm-commits mailing list