diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
commit | 9af40ceda54d5979730d95999359da33191839fe (patch) | |
tree | e09e2ee395d84ba973ae049ef7a4a3e2b7fbebd5 /src/sos.spec | |
parent | c96eab04123db867ca2ef23f51dccea46e8b9801 (diff) | |
download | sos-9af40ceda54d5979730d95999359da33191839fe.tar.gz |
* bumped version to 1.7r1.7
* curses menu disabled by default (enable with -c)
* sosreport output friendlier to the user (and similar to sysreport)
* smarter plugin listing which also shows options and disable/enabled plugins
* require root permissions only for actual sosreport generation
* fix in -k where option value was treated as string instead of int
* made progressbar wider (60 chars)
* selinux plugin is enabled only if selinux is also enabled on the system
* made some errors less verbose to the user
* made sosreport not copy files pointed by symbolic links (same as sysreport, we don't need /usr/bin/X or /sbin/ifup)
* copy links as links (cp -P)
* added plugin get_description() that returns a short decription for the plugin
* guess sosreport name from system's name
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@195 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r-- | src/sos.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sos.spec b/src/sos.spec index 24e0dced..dd1755ca 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define name sos -%define version 1.6 -%define release 5 +%define version 1.7 +%define release 0 Summary: A set of tools to gather troubleshooting information from a system Name: %{name} |