diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 19:59:35 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-12-15 19:59:35 +0000 |
commit | c3e43855d27163cfea435a54ae8f425003ec0904 (patch) | |
tree | 5b31dfb64e2539b99699be847f888a0d466cf202 /src/sos.spec | |
parent | 034f0c4e5272a84ad787c5ae46b6e59d09b4f02c (diff) | |
download | sos-c3e43855d27163cfea435a54ae8f425003ec0904.tar.gz |
Removed spurious messages, fixed file permissions to improve security,
moved tar generation into policy module, delete tree in /tmp when
done, and added option -g to only gather info and not create tarball
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@58 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r-- | src/sos.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/sos.spec b/src/sos.spec index dc47e5da..06af8d1d 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -2,7 +2,7 @@ Summary: System Support Tools Name: sos -Version: 1.0 +Version: 1.1 Release: 1%{?dist} License: GPL Group: Development/Libraries @@ -46,6 +46,13 @@ rm -rf $RPM_BUILD_ROOT %doc README TODO %changelog +* Fri Dec 15 2006 Steve Conklin <sconklin at redhat dot com> - 1.1-1 +- Tighten permissions of tmp directory so only readable by creator bz_219657 +- Don't try to copy nonexistant targets of symlinks bz_219654 +- Removed useless message bz_219670 +- Preserve file modification times bz_219674 +- Removed unneeded confusing message bz_219712 + * Wed Aug 30 2006 Steve Conklin <sconklin at redhat dot com> - 1.0-1 - Seperated upstream and RPM versioning |