parent
64532e3102
commit
7b5c4256ad
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ sos-2.2.tar.gz
|
|||||||
/3.5.1.tar.gz
|
/3.5.1.tar.gz
|
||||||
/3.6.tar.gz
|
/3.6.tar.gz
|
||||||
/3.7.tar.gz
|
/3.7.tar.gz
|
||||||
|
/3.8.tar.gz
|
||||||
|
10
sos.spec
10
sos.spec
@ -1,9 +1,8 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
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: 3.7
|
Version: 3.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -15,6 +14,7 @@ Requires: libxml2-python3
|
|||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
|
Conflicts: vdsm <= 4.30.17
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sos is a set of tools that gathers information about system
|
Sos is a set of tools that gathers information about system
|
||||||
@ -45,6 +45,10 @@ install -Dm644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
|
|||||||
%config(noreplace) %{_sysconfdir}/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 29 2019 Sandro Bonazzola <sbonazzo@redhat.com> - 3.8-1
|
||||||
|
- Update to 3.8 (#1747060)
|
||||||
|
- Conflicts with vdsm <= 4.30.17 (#1706060)
|
||||||
|
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7-3
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7-3
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (3.7.tar.gz) = a5c2522292ad66b46a0c9b8c7c34a6d36bd3c43f392a75838a2080a7dc2f6bdddab467da3b4af7f8b99847e6b6a3db0f0c58417d10feee5758f1eb2809d4d334
|
SHA512 (3.8.tar.gz) = 3c22d3d5b578731a12333d545046c9efd3a0e5da9201860d8da50dac76ce4031a07d9a536d5db0d1077cfc4f880a7b18a915858b4697b6c474e96acea181ec93
|
||||||
|
Loading…
Reference in New Issue
Block a user