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
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 1.8
|
Version: 1.9
|
||||||
Release: 21%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Url: http://fedorahosted.org/sos
|
Url: http://fedorahosted.org/sos
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel, python-setuptools
|
||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
Requires: tar, bzip2
|
Requires: tar, bzip2, xz
|
||||||
Provides: sysreport = 1.4.3-13
|
Provides: sysreport = 1.4.3-13
|
||||||
Obsoletes: sysreport
|
Obsoletes: sysreport
|
||||||
|
|
||||||
@ -49,10 +49,21 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/sysreport
|
%{_datadir}/sysreport
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_mandir}/man1/sosreport.1.gz
|
%{_mandir}/man1/sosreport.1.gz
|
||||||
%doc README README.rh-upload TODO LICENSE ChangeLog
|
%doc README README.rh-upload TODO LICENSE ChangeLog docs/*
|
||||||
%config %{_sysconfdir}/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 18 2010 Adam Stokes <ajs at redhat dot com> = 1.8-21
|
||||||
- more sanitizing options for log files
|
- more sanitizing options for log files
|
||||||
- rhbz fixes from RHEL version merged into trunk
|
- rhbz fixes from RHEL version merged into trunk
|
||||||
|
Loading…
Reference in New Issue
Block a user