diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-06-28 08:49:30 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-06-28 08:49:30 +0000 |
commit | 48a0df8aa00258640bfb0e7165a71bf7bc566f8f (patch) | |
tree | ed3d4422aa0dd6b79108e458fe7b242da9feef93 /src | |
parent | 36f578658c22c889bca62f48a2908926cacfa837 (diff) | |
download | sos-48a0df8aa00258640bfb0e7165a71bf7bc566f8f.tar.gz |
* added a changelog entry for 1.4-1
* added python-devel requirement for building package
* removed implicit python requirement (rpm will figure it out)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@150 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src')
-rw-r--r-- | src/sos.spec | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/sos.spec b/src/sos.spec index f35bce7c..ce3ad11e 100644 --- a/src/sos.spec +++ b/src/sos.spec @@ -8,7 +8,7 @@ License: GPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: python >= 0:2.3 +BuildRequires: python-devel URL: http://sos.108.redhat.com # Using local source tarball until this can be released to public CVS system Source0: %{name}-%{version}.tar.bz2 @@ -53,6 +53,15 @@ rm -rf $RPM_BUILD_ROOT * Fri May 25 2007 Steve Conklin <sconklin at redhat dot com> - 1.4-2 - Fixed a backtrace on nonexistent file in kernel plugin (thanks, David Robinson) +* Mon April 30 2007 Steve Conklin <sconklin at redhat dot com> - 1.4-1 +- Fixed an error in option handling +- Forced the file generated by traceroute to not end in .com +- Fixed a problem with manpage +- Added optional traceroute collection to networking plugin +- Added clalance's patch to gather iptables info. +- Fixes to the device-mapper plugin +- Fixed a problem with installation of man page + * Mon Apr 16 2007 Steve Conklin <sconklin at redhat dot com> - 1.3-3 - including patches to fix the following: - Resolves: bz219745 sosreport needs a man page |