Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 3.2 Release: 4 Group: System/Base Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz Source100: sos.rpmlintrc License: GPLv2+ BuildArch: noarch Url: https://github.com/sosreport/sos BuildRequires: python-devel BuildRequires: gettext Requires: libxml2-python Requires: bsdtar Requires: bzip2 Requires: xz %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 %install %makeinstall_std %find_lang %{name} %files -f %{name}.lang %defattr(-,root,root,-) %doc README.md LICENSE docs/* %{_sbindir}/sosreport %{_datadir}/%{name} %{py_puresitedir}/* %{_mandir}/man1/* %{_mandir}/man5/* %config(noreplace) %{_sysconfdir}/sos.conf