Update to 4.5.4
Resolves: rhbz#2210423
This commit is contained in:
parent
557cff5c77
commit
bba81d5859
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ sos-2.2.tar.gz
|
|||||||
/4.5.1.tar.gz
|
/4.5.1.tar.gz
|
||||||
/4.5.2.tar.gz
|
/4.5.2.tar.gz
|
||||||
/4.5.3.tar.gz
|
/4.5.3.tar.gz
|
||||||
|
/4.5.4.tar.gz
|
||||||
|
10
sos.spec
10
sos.spec
@ -1,6 +1,6 @@
|
|||||||
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.5.3
|
Version: 4.5.4
|
||||||
Release: 1%{?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: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -12,11 +12,11 @@ Requires: python3-rpm
|
|||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
|
Requires: python3-setuptools
|
||||||
Recommends: python3-magic
|
Recommends: python3-magic
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
Recommends: python3-pyyaml
|
Recommends: python3-pyyaml
|
||||||
Obsoletes: sos-collector <= 1.9
|
Obsoletes: sos-collector <= 1.9
|
||||||
Requires: python3-setuptools
|
|
||||||
# For the _tmpfilesdir macro.
|
# For the _tmpfilesdir macro.
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
|
||||||
@ -40,8 +40,8 @@ install -d -m 700 %{buildroot}%{_sysconfdir}/%{name}/cleaner
|
|||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/presets.d
|
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/presets.d
|
||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/groups.d
|
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/groups.d
|
||||||
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/extras.d
|
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/extras.d
|
||||||
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
|
|
||||||
install -d -m 755 %{buildroot}%{_tmpfilesdir}
|
install -d -m 755 %{buildroot}%{_tmpfilesdir}
|
||||||
|
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
|
||||||
install -m 644 tmpfiles/tmpfilesd-sos-rh.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
install -m 644 tmpfiles/tmpfilesd-sos-rh.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
rm -rf %{buildroot}/usr/config/
|
rm -rf %{buildroot}/usr/config/
|
||||||
@ -67,6 +67,10 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 29 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.4-1
|
||||||
|
- Update to 4.5.4
|
||||||
|
- Resolves: rhbz#2210423
|
||||||
|
|
||||||
* Tue May 02 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.3-1
|
* Tue May 02 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.3-1
|
||||||
- Update to 4.5.3
|
- Update to 4.5.3
|
||||||
- Resolves: rhbz#2192086
|
- Resolves: rhbz#2192086
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (4.5.3.tar.gz) = c3864a0589b3c278b98023e6814407e401f8afd6a5a8d346fa561e179f3b09ee2d94504b171251a0789b1dff147963f6a1deb32851c22a1e4ba11d92e806b9b1
|
SHA512 (4.5.4.tar.gz) = a883e277c749ad053d763b57e50d83f577d67dad76cc4307e08854361fb0046b4222c64a69daba0258cf3acef8ccb7b4e905a86feb143805f96be5c09ece2c9f
|
||||||
|
Loading…
Reference in New Issue
Block a user