Update to 3.9.1 (#1803339)
This commit is contained in:
parent
6cbbc1e680
commit
719e0edf62
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ sos-2.2.tar.gz
|
||||
/3.6.tar.gz
|
||||
/3.7.tar.gz
|
||||
/3.8.tar.gz
|
||||
/3.9.1.tar.gz
|
||||
|
7
sos.spec
7
sos.spec
@ -1,8 +1,8 @@
|
||||
%{!?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
|
||||
Name: sos
|
||||
Version: 3.8
|
||||
Release: 2%{?dist}
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
@ -45,6 +45,9 @@ install -Dm644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}.conf
|
||||
%config(noreplace) %{_sysconfdir}/sos.conf
|
||||
|
||||
%changelog
|
||||
* Fri Mar 27 2020 Sandro Bonazzola <sbonazzo@redhat.com> - 3.9.1-1
|
||||
- Update to 3.9.1 (#1803339)
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.8.tar.gz) = 3c22d3d5b578731a12333d545046c9efd3a0e5da9201860d8da50dac76ce4031a07d9a536d5db0d1077cfc4f880a7b18a915858b4697b6c474e96acea181ec93
|
||||
SHA512 (3.9.1.tar.gz) = 9088627ef4a473ee45215d52af473023ff47a347ebad10cc5b7b546bdef6452719914541055a6cd70843a4f8fd7163b0e1f14c0881964d7ddeb27e195c1aba61
|
||||
|
Loading…
Reference in New Issue
Block a user