Update to 4.5.1
Resolves: rhbz#2174576 Drpped build dependency on gettext after upstream ac17ca4f460b67f438f3bef7b4eacc2c133a7643 Dropped dependency on bzip after upstream 6150afbbc7db76743553b7284d382f4ce8b99d94 Added dependency on python3-setuptools after upstream 58118340be133ced5374fdd2004f21a05224d128
This commit is contained in:
parent
4a6e44a7c8
commit
525f87f861
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ sos-2.2.tar.gz
|
|||||||
/4.3.tar.gz
|
/4.3.tar.gz
|
||||||
/4.4.tar.gz
|
/4.4.tar.gz
|
||||||
/4.5.0.tar.gz
|
/4.5.0.tar.gz
|
||||||
|
/4.5.1.tar.gz
|
||||||
|
12
sos.spec
12
sos.spec
@ -1,23 +1,22 @@
|
|||||||
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.0
|
Version: 4.5.1
|
||||||
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: 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: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-rpm
|
Requires: python3-rpm
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Requires: bzip2
|
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: python3-pexpect
|
Requires: python3-pexpect
|
||||||
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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Sos is a set of tools that gathers information about system
|
Sos is a set of tools that gathers information about system
|
||||||
@ -63,6 +62,13 @@ rm -rf %{buildroot}/usr/config/
|
|||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 01 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.1-1
|
||||||
|
- Update to 4.5.1
|
||||||
|
- Resolves: rhbz#2174576
|
||||||
|
- Drpped build dependency on gettext after upstream ac17ca4f460b67f438f3bef7b4eacc2c133a7643
|
||||||
|
- Dropped dependency on bzip after upstream 6150afbbc7db76743553b7284d382f4ce8b99d94
|
||||||
|
- Added dependency on python3-setuptools after upstream 58118340be133ced5374fdd2004f21a05224d128
|
||||||
|
|
||||||
* Wed Feb 01 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.0-1
|
* Wed Feb 01 2023 Sandro Bonazzola <sbonazzo@redhat.com> - 4.5.0-1
|
||||||
- Update to 4.5.0
|
- Update to 4.5.0
|
||||||
- Resolves: rhbz#2166617
|
- Resolves: rhbz#2166617
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (4.5.0.tar.gz) = c38ede9c587f8aa714889f2c28e0fcc55db38d1f63826615409d5bc8c26aa7178bb1cb01922fe4212f37c6a0c66de11711d5e1df1242abc2477039d6e97c84c9
|
SHA512 (4.5.1.tar.gz) = d42b6a236acac69050141109add54913b33f827f410c9b74c14d3b54d2fea2f9d9d8fc8195b85807149c5c0e6c92e3513f935c2d30d00094ead748f6fee38be5
|
||||||
|
Loading…
Reference in New Issue
Block a user