Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 3.2 Release: %mkrel 2 Group: System/Base Source0: https://github.com/%{name}report/%{name}/archive/%{version}.tar.gz Patch0: sos-mageia-branding-po.patch Patch1: sos-mageia-branding-support.patch License: GPLv2+ BuildArch: noarch Url: http://sosreport.github.io/sos/ BuildRequires: python-devel BuildRequires: gettext Requires: libxml2-python Requires: tar Requires: bzip2 Requires: xz Requires: python-rpm Requires: python-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 %patch0 -p1 -b .brand %patch1 -p1 -b .support %build %make %install %makeinstall_std %find_lang %{name} %files -f %{name}.lang %doc README.md AUTHORS LICENSE %{_sbindir}/sosreport %{_datadir}/%{name} %{python_sitelib}/* %{_mandir}/man1/* %{_mandir}/man5/* %config(noreplace) %{_sysconfdir}/sos.conf