diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-07-23 14:47:29 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-07-23 14:47:29 +0000 |
commit | 5ad89b6d64426553e7e1f8e3e027cc433646999d (patch) | |
tree | 47dc1f7d1b2984fbaa6a45b8604235527b4df17a /src | |
parent | 27da2a52ca41fc1ff11aeced85dd0fd40eb285de (diff) | |
download | sos-5ad89b6d64426553e7e1f8e3e027cc433646999d.tar.gz |
resolves rhbz501146
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@615 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r-- | src/sos.spec | 1 | ||||
-rwxr-xr-x | src/sosreport | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/sos.spec b/src/sos.spec index 52020096..eaa99ac0 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -57,6 +57,7 @@ rm -rf ${RPM_BUILD_ROOT} - resolves: rhbz512536 wrong group in spec file - resolves: rhbz498398 A series of refactoring patches to sos - resolves: rhbz502455 tricking sosreport into rm -rf / +- resolves: rhbz501149 a series of refactoring patches (2) * Mon Jul 20 2009 Adam Stokes <ajs at redhat dot com> = 1.8-13 - Add requirements for tar,bzip2 during minimal installs diff --git a/src/sosreport b/src/sosreport index 4ff68604..f59c964e 100755 --- a/src/sosreport +++ b/src/sosreport @@ -664,7 +664,7 @@ def sosreport(): doExit(1) msg = _("""This utility will collect some detailed information about the -hardware and setup of your Red Hat Enterprise Linux system. +hardware and setup of your Fedora system. The information is collected and an archive is packaged under /tmp, which you can send to a support representative. Red Hat will use this information for diagnostic purposes ONLY |