rpms/sos/F-12 sos.spec,1.17,1.18 sources,1.12,1.13

Adam Stokes astokes at fedoraproject.org
Wed Feb 17 16:33:07 UTC 2010


Author: astokes

Update of /cvs/pkgs/rpms/sos/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13271

Modified Files:
	sos.spec sources 
Log Message:
version bump 1.9


Index: sos.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sos/F-12/sos.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sos.spec	18 Jan 2010 20:57:47 -0000	1.17
+++ sos.spec	17 Feb 2010 16:33:07 -0000	1.18
@@ -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 <ajs at redhat dot com> = 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 <ajs at redhat dot com> = 1.8-21
 - more sanitizing options for log files
 - rhbz fixes from RHEL version merged into trunk


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sos/F-12/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	18 Jan 2010 20:57:47 -0000	1.12
+++ sources	17 Feb 2010 16:33:07 -0000	1.13
@@ -1 +1 @@
-82ca1eeff1aa208c7088d78e8aab8d07  sos-1.8.tar.gz
+69114b93abd2b148bfb13980c6c3c33e  sos-1.9.tar.gz



More information about the scm-commits mailing list