From 48a0df8aa00258640bfb0e7165a71bf7bc566f8f Mon Sep 17 00:00:00 2001 From: shnavid Date: Thu, 28 Jun 2007 08:49:30 +0000 Subject: * 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 --- src/sos.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src') 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 - 1.4-2 - Fixed a backtrace on nonexistent file in kernel plugin (thanks, David Robinson) +* Mon April 30 2007 Steve Conklin - 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 - 1.3-3 - including patches to fix the following: - Resolves: bz219745 sosreport needs a man page -- cgit