From ae60303c3a27f2171221e994c1af220c5d199166 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Wed, 17 Feb 2010 16:32:41 +0000 Subject: [PATCH] version bump 1.9 --- .cvsignore | 2 +- sos.spec | 23 +++++++++++++++++------ sources | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index eb8ac04..b392a5f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sos-1.8.tar.gz +sos-1.9.tar.gz diff --git a/sos.spec b/sos.spec index 8ac7cf7..5eb83cb 100644 --- a/sos.spec +++ b/sos.spec @@ -2,17 +2,17 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 1.8 -Release: 21%{?dist} +Version: 1.9 +Release: 1%{?dist} Group: Applications/System Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch Url: http://fedorahosted.org/sos -BuildRequires: python-devel +BuildRequires: python-devel, python-setuptools Requires: libxml2-python -Requires: tar, bzip2 +Requires: tar, bzip2, xz Provides: sysreport = 1.4.3-13 Obsoletes: sysreport @@ -49,10 +49,21 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/sysreport %{python_sitelib}/* %{_mandir}/man1/sosreport.1.gz -%doc README README.rh-upload TODO LICENSE ChangeLog -%config %{_sysconfdir}/sos.conf +%doc README README.rh-upload TODO LICENSE ChangeLog docs/* +%config(noreplace) %{_sysconfdir}/sos.conf %changelog +* Wed Feb 17 2010 Adam Stokes = 1.9-1 +- version bump 1.9 +- replaced compression utility with xz +- strip threading/multiprocessing +- simplified progress indicator +- pylint update +- put global vars in class container +- unittests +- simple profiling +- make use of xgettext as pygettext is deprecated + * Mon Jan 18 2010 Adam Stokes = 1.8-21 - more sanitizing options for log files - rhbz fixes from RHEL version merged into trunk diff --git a/sources b/sources index 991c262..d0b5afe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82ca1eeff1aa208c7088d78e8aab8d07 sos-1.8.tar.gz +69114b93abd2b148bfb13980c6c3c33e sos-1.9.tar.gz