diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-01-11 21:14:30 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-01-11 21:14:30 +0000 |
commit | 09e8e83472f8ef32e419e3542a6bd725f4d49e3d (patch) | |
tree | 5286e20df6ba2070b6977a79ab080532e9f8d9c0 /src/sos.spec | |
parent | c57c19583fa21ca3dc0d8f388aceb4085e5157c0 (diff) | |
download | sos-09e8e83472f8ef32e419e3542a6bd725f4d49e3d.tar.gz |
general plugin to sanitize logs finished, fixme: broken copiedfiles list within postproc?!?!
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@675 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r-- | src/sos.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sos.spec b/src/sos.spec index 19a64515..96d3169e 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -3,7 +3,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 1.8 -Release: 20%{?dist} +Release: 21%{?dist} Group: Applications/System Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ @@ -53,6 +53,10 @@ rm -rf ${RPM_BUILD_ROOT} %config %{_sysconfdir}/sos.conf %changelog +* Mon Jan 11 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21 +- more sanitizing options for log files +- rhbz fixes from RHEL version merged into trunk + * Tue Nov 19 2009 Adam Stokes <ajs at redhat dot com> = 1.8-20 - dont copy unwanted files due to symlinks - More plugin enhancements |