Update to 4.2 (#1994148)
This commit is contained in:
parent
765dd70b27
commit
5ae6705cee
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ sos-2.2.tar.gz
|
|||||||
/3.9.1.tar.gz
|
/3.9.1.tar.gz
|
||||||
/4.0.tar.gz
|
/4.0.tar.gz
|
||||||
/4.1.tar.gz
|
/4.1.tar.gz
|
||||||
|
/4.2.tar.gz
|
||||||
|
11
sos.spec
11
sos.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
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: 4.1
|
Version: 4.2
|
||||||
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,7 +15,7 @@ Requires: python3-rpm
|
|||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-pexpect
|
Recommends: python3-pexpect
|
||||||
Obsoletes: sos-collector <= 1.9
|
Obsoletes: sos-collector <= 1.9
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,7 +48,6 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%{_sbindir}/sos
|
%{_sbindir}/sos
|
||||||
%{_sbindir}/sosreport
|
%{_sbindir}/sosreport
|
||||||
%{_sbindir}/sos-collector
|
%{_sbindir}/sos-collector
|
||||||
%dir /etc/sos/cleaner
|
|
||||||
%dir /etc/sos/presets.d
|
%dir /etc/sos/presets.d
|
||||||
%dir /etc/sos/extras.d
|
%dir /etc/sos/extras.d
|
||||||
%dir /etc/sos/groups.d
|
%dir /etc/sos/groups.d
|
||||||
@ -58,8 +57,12 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/sos/cleaner
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 16 2021 Sandro Bonazzola <sbonazzo@redhat.com> - 4.2-1
|
||||||
|
- Update to 4.2 (#1994148)
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (4.1.tar.gz) = dff6526383531d615a3b8ffe5d9f10b5f5f342220efc3d94ab2490106c52db0ed0a1947596790c2ef8432d2831332885396cf0d22027b4a2d3079fb22a37d4a7
|
SHA512 (4.2.tar.gz) = 549a5a0c916ea342680df48ad88b620238dc7e9e32531992020a684046774b54c40b8201733537f0fc0b7245f6b67608ff39db83fc0eaf4c3bc48928100081d9
|
||||||
|
Loading…
Reference in New Issue
Block a user