[dstat/f17] fixed typo in bits.patch (#832683)

Jiří Popelka jpopelka at fedoraproject.org
Mon Jun 18 13:51:47 UTC 2012


commit be956bce6b51bf55a6cf512d03c0e91d33c2ac7f
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Jun 18 15:50:58 2012 +0200

    fixed typo in bits.patch (#832683)

 dstat-0.7.2-bits.patch |    2 +-
 dstat.spec             |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/dstat-0.7.2-bits.patch b/dstat-0.7.2-bits.patch
index 2fe30ae..0a2ac0d 100644
--- a/dstat-0.7.2-bits.patch
+++ b/dstat-0.7.2-bits.patch
@@ -18,7 +18,7 @@
 -                 'filesystem', 'float', 'full', 'help', 'integer',
 +            opts, args = getopt.getopt(args, 'abcdfghilmno:prstTvyC:D:I:M:N:S:V',
 +                ['all', 'all-plugins', 'bw', 'bits', 'blackonwhite', 'debug',
-+                 'filesystem', 'float', 'full', 'help', 'integer', 'netbits', 'diskbits'
++                 'filesystem', 'float', 'full', 'help', 'integer', 'netbits', 'diskbits',
                   'list', 'mods', 'modules', 'nocolor', 'noheaders', 'noupdate',
                   'output=', 'pidfile=', 'profile', 'version', 'vmstat'] + allplugins)
          except getopt.error, exc:
diff --git a/dstat.spec b/dstat.spec
index 939bb80..078e837 100644
--- a/dstat.spec
+++ b/dstat.spec
@@ -1,10 +1,7 @@
-# Authority: dag
-# Upstream: Dag Wieers <dag at wieers.com>
-
 Summary: Versatile resource statistics tool
 Name: dstat
 Version: 0.7.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Group: System Environment/Base
 URL: http://dag.wieers.com/home-made/dstat/
@@ -78,6 +75,9 @@ cd docs
 %{_datadir}/dstat/*.py*
 
 %changelog
+* Mon Jun 18 2012 Jiri Popelka <jpopelka at redhat.com> - 0.7.2-7
+- fixed typo in bits.patch (#832683)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list