Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 3.8 Release: %mkrel 2 Group: System/Base License: GPLv2+ Url: http://sosreport.github.io/sos/ Source0: https://github.com/%{name}report/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: pkgconfig(python3) BuildRequires: gettext BuildRequires: python3dist(sphinx) Requires: python3-libxml2 Requires: tar Requires: bzip2 Requires: xz Requires: python3dist(rpm) Requires: python3dist(six) %description Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for diagnostic purposes and debugging. Sos is commonly used to help support technicians and developers. %prep %setup -q %build %make_build PYTHON="python3" %install %make_install PYTHON="python3" %find_lang %{name} %files -f %{name}.lang %doc README.md AUTHORS %doc %{_docdir}/%{name}/html/ %license LICENSE %{_sbindir}/sosreport %{_datadir}/%{name}/ %{python3_sitelib}/* %{_mandir}/man1/* %{_mandir}/man5/* %config(noreplace) %{_sysconfdir}/sos.conf