Update to 4.5.0
Resolves: rhbz#2166617 Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
This commit is contained in:
parent
d208d27480
commit
4a6e44a7c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ sos-2.2.tar.gz
|
|||||||
/4.2.tar.gz
|
/4.2.tar.gz
|
||||||
/4.3.tar.gz
|
/4.3.tar.gz
|
||||||
/4.4.tar.gz
|
/4.4.tar.gz
|
||||||
|
/4.5.0.tar.gz
|
||||||
|
18
sos.spec
18
sos.spec
@ -1,22 +1,20 @@
|
|||||||
%{!?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: 4.4
|
Version: 4.5.0
|
||||||
Release: 4%{?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
|
||||||
Url: https://github.com/sosreport/sos
|
Url: https://github.com/sosreport/sos
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: (python3-setuptools if python3-devel >= 3.12)
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-rpm
|
Requires: python3-rpm
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: bzip2
|
Requires: bzip2
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
Requires: 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
|
||||||
@ -47,7 +45,9 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
|
|
||||||
%find_lang %{name} || echo 0
|
%find_lang %{name} || echo 0
|
||||||
|
|
||||||
%files -f %{name}.lang
|
# internationalization is currently broken. Uncomment this line once fixed.
|
||||||
|
# %%files -f %%{name}.lang
|
||||||
|
%files
|
||||||
%{_sbindir}/sos
|
%{_sbindir}/sos
|
||||||
%{_sbindir}/sosreport
|
%{_sbindir}/sosreport
|
||||||
%{_sbindir}/sos-collector
|
%{_sbindir}/sos-collector
|
||||||
@ -63,6 +63,10 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 01 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.0-1
|
||||||
|
- Update to 4.5.0
|
||||||
|
- Resolves: rhbz#2166617
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-4
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (4.4.tar.gz) = 0e040bd48463960872e7f14ac773edcce40a5bfb1e05967498c8c9dc41560dfe901c60f08aad5e2a987d5de8068b21729d2317ae99602c739aa4f78eb7f72251
|
SHA512 (4.5.0.tar.gz) = c38ede9c587f8aa714889f2c28e0fcc55db38d1f63826615409d5bc8c26aa7178bb1cb01922fe4212f37c6a0c66de11711d5e1df1242abc2477039d6e97c84c9
|
||||||
|
Loading…
Reference in New Issue
Block a user