version bump 1.9
This commit is contained in:
parent
4a108b6318
commit
ae60303c3a
@ -1 +1 @@
|
||||
sos-1.8.tar.gz
|
||||
sos-1.9.tar.gz
|
||||
|
23
sos.spec
23
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user