Name: iml_sos_plugin Version: 2.3.1 # Release Start Release: 1%{?dist} # Release End Summary: A sosreport plugin for collecting IML data. License: MIT URL: https://github.com/whamcloud/%{name} Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python2-setuptools_scm Requires: sos Obsoletes: chroma-diagnostics %description A sosreport plugin for collecting IML data. %prep %if %{?dist_version:1}%{!?dist_version:0} %setup -n %{name}-%{archive_version} %else %setup -n %{name}-%{version} # Remove bundled egg-info rm -rf %{name}.egg-info %endif %build %{__python2} setup.py build %install %{__python2} setup.py install --skip-build --root %{buildroot} mkdir -p %{buildroot}/%{python2_sitelib}/sos/plugins/ mv %{buildroot}/%{python2_sitelib}/iml_sos_plugin/iml.py* %{buildroot}/%{python2_sitelib}/sos/plugins/ %files %{_bindir}/iml-diagnostics %{_bindir}/chroma-diagnostics %{python2_sitelib}/%{name} %{python2_sitelib}/%{name}-%{version}-py?.?.egg-info %{python2_sitelib}/sos/plugins/iml.py* %changelog * Fri Mar 22 2019 Joe Grund 2.3.0-1 - Run all plugins * Tue Jun 5 2018 Joe Grund 2.2.2-1 - fix plugin to use systemd * Tue Jun 5 2018 Joe Grund 2.2.1-1 - Bump to latest moduletools * Tue Jun 5 2018 Joe Grund 2.2.0-1 - Add system plugin to collection * Mon Mar 5 2018 Joe Grund 2.1.0-1 - Add Multipath info and more lustre debug (@utopiabound) * Wed Nov 15 2017 Will Johnson 2.0.4-1 - Obsoletes chroma-diagnostics - Remove zfs plugin * Thu Oct 12 2017 Joe Grund 2.0.2-1 - Fix log-size param to dash-case. * Wed Oct 11 2017 Joe Grund 2.0.1-1 - Add yum plugin to iml-diagnostics. - Ensure no log tailing is performed for chroma log collection. * Tue Sep 12 2017 Joe Grund 2.0.0-1 - Update to work with sos 3.4 * Thu Sep 7 2017 Joe Grund 1.0.2-1 - Add some more file collections. - Forward args to sosreport. * Thu Sep 7 2017 Joe Grund 1.0.1-1 - Initial Relase