aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:42:02 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:42:02 +0000
commit7254e2f2ff04b254bb10f63c35fd4c836b80413a (patch)
treef3d89e081d1cbda9fc1c284b715301f0395c7dbf /src
parent3d1b807cf1d12fafc50b1effe46947c96272943e (diff)
downloadsos-7254e2f2ff04b254bb10f63c35fd4c836b80413a.tar.gz
- small text updates
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@547 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r--src/sos.conf1
-rw-r--r--src/sos.spec10
2 files changed, 4 insertions, 7 deletions
diff --git a/src/sos.conf b/src/sos.conf
index dac02c0d..0e6f1f4c 100644
--- a/src/sos.conf
+++ b/src/sos.conf
@@ -3,6 +3,7 @@
ftp_upload_url = ftp://dropbox.redhat.com/incoming
gpg_keyring = /usr/share/sos/rhsupport.pub
gpg_recipient = support@redhat.com
+smtp_server = None
[plugins]
diff --git a/src/sos.spec b/src/sos.spec
index 08821296..39d907e2 100644
--- a/src/sos.spec
+++ b/src/sos.spec
@@ -1,15 +1,11 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%define name sos
-%define version 1.8
-%define release 4
-
%define _localedir %_datadir/locale
Summary: A set of tools to gather troubleshooting information from a system
-Name: %{name}
-Version: %{version}
-Release: %{release}%{?dist}
+Name: sos
+Version: 1.8
+Release: 4%{?dist}
Group: Application/Tools
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
Source1: sos.conf