diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2008-07-27 10:06:48 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2008-07-27 10:06:48 +0000 |
commit | 053292dc89f18831b2d84464040e6e49c9a4f30f (patch) | |
tree | f03dc7bb0ecd550086c01fe52b4ba98d4159d993 | |
parent | 97436fc410828feb8f2e06a15e2a70ca9632a7ba (diff) | |
download | sitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.gz sitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.bz2 sitesummary-053292dc89f18831b2d84464040e6e49c9a4f30f.tar.xz |
* Ignore bogus hardware version 'System Version' when reporting
hardware statistic.
-rw-r--r-- | SiteSummary.pm | 1 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index 591463c..d07d27c 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -231,6 +231,7 @@ sub get_hardware_info { $model = "$model $version" if ($version && $version ne "Not Specified" && $version ne "Not Available" + && $version ne "System Version" && $version ne "None"); return ($vendor, $model, $serial); diff --git a/debian/changelog b/debian/changelog index febc8a8..eaa044f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.46) UNRELEASED; urgency=low + + * Ignore bogus hardware version 'System Version' when reporting + hardware statistic. + + -- Petter Reinholdtsen <pere@debian.org> Sun, 27 Jul 2008 12:06:31 +0200 + sitesummary (0.0.45) unstable; urgency=low * Add new script hardware-model-summary to list the different |