diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-18 18:42:03 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-18 18:42:03 +0000 |
commit | 7cd05b634be1c5cb0d23f4e264871106dcd60c5c (patch) | |
tree | ed69f38e0cfa6ce9d7551511336705ef2045d1b2 /src/sos.spec | |
parent | 025c143437cb6d55eb9fdc61b005df48f41d2ace (diff) | |
download | sos-7cd05b634be1c5cb0d23f4e264871106dcd60c5c.tar.gz |
Cleaned up tagging and release in makefile, updated spec file
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@123 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/sos.spec')
-rw-r--r-- | src/sos.spec | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/sos.spec b/src/sos.spec index ced9138b..157e73ad 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -3,7 +3,7 @@ Summary: System Support Tools Name: sos Version: 1.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -47,6 +47,19 @@ rm -rf $RPM_BUILD_ROOT %doc README TODO %changelog +* Mon Apr 16 2007 Steve Conklin <sconklin at redhat dot com> - 1.3-3 +- including patches to fix the following: +- bz_219745 sosreport needs a man page +- bz_219667 sosreport does not terminate cleanly on ^C +- bz_233375 Make SOS flag the situation when running on a fully virtu... +- bz_234873 rhel5 sos needs to include rpm-va by default +- bz_219669 sosreport multi-threaded option sometimes fails +- bz_219671 RFE for sosreport - allow specification of plugins to be run +- bz_219672 RFE - show progress while sosreport is running +- bz_219673 Add xen information gathering to sosreport +- bz_219675 Collect information related to the new driver update model +- bz_219877 'Cancel' button during option selection only cancels sele... + * Tue Feb 20 2007 John Berninger <jwb at redhat dot com> - 1.3-2 - Add man page |