sos/sos.spec

82 lines
2.4 KiB
RPMSpec
Raw Normal View History

2020-02-18 09:46:04 +08:00
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: sos
2021-02-02 21:36:07 +08:00
Version: 4.0
Release: 4
2020-02-18 09:46:04 +08:00
Summary: A set of tools to gather troubleshooting information from a system
License: GPLv2+
2020-06-01 15:53:06 +08:00
URL: https://github.com/sosreport/sos
2021-02-02 21:36:07 +08:00
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch6000: backport-Fix-dict-order-py38-incompatibility.patch
Patch9000: openEuler-add-openEuler-policy.patch
Patch9001: add-uniontech-os-support.patch
BuildRequires: python3-devel gettext
Requires: libxml2-python3 bzip2 xz python3-rpm tar python3-pexpect
2020-02-18 09:46:04 +08:00
BuildArch: noarch
%description
Sos is an extensible, portable, support data collection tool primarily
aimed at Linux distributions and other UNIX-like operating systems.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%build
%py3_build
%install
%py3_install '--install-scripts=%{_sbindir}'
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}
install -d -m 700 %{buildroot}%{_sysconfdir}/%{name}/cleaner
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/presets.d
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/groups.d
install -d -m 755 %{buildroot}%{_sysconfdir}/%{name}/extras.d
install -m 644 %{name}.conf %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf
2020-02-18 09:46:04 +08:00
%find_lang %{name} || echo 0
%files -f %{name}.lang
%license LICENSE
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sos/sos.conf
2021-02-02 21:36:07 +08:00
%{_sbindir}/sos*
%dir /etc/sos/cleaner
%dir /etc/sos/presets.d
%dir /etc/sos/extras.d
%dir /etc/sos/groups.d
2020-02-18 09:46:04 +08:00
%{python3_sitelib}/*
2021-02-02 21:36:07 +08:00
%exclude %{_datadir}/doc/sos/{AUTHORS,README.md}
2020-02-18 09:46:04 +08:00
%files help
%defattr(-,root,root)
%doc AUTHORS README.md
2021-02-02 21:36:07 +08:00
%{_mandir}/man1/*
%{_mandir}/man5/*
2020-02-18 09:46:04 +08:00
%changelog
* Mon Jul 19 2021 liugang <liuganga@uniontech.com> - 4.0-4
- add UnionTech policy
* Mon Mar 08 2021 shixuantong <shixuantong@huawei.com> - 4.0-3
- add openEuler policy
* Tue Mar 03 2021 shixuantong <shixuantong@huawei.com> - 4.0-2
- fix unable to read configure file /etc/sos/sos.conf issue
2021-02-02 21:36:07 +08:00
* Tue Feb 02 2021 shixuantong <shixuantong@huawei.com> - 4.0-1
- Upgrade to version 4.0
2020-07-13 18:44:06 +08:00
* Mon Jul 13 2020 Jeffery.Gao <gaojianxing@huawei.com> - 3.9.1-3
- Append openEuler policy
2020-06-01 15:53:06 +08:00
* Mon Jun 1 2020 chengzihan <chengzihan2@huawei.com> - 3.9.1-2
- Package update
2020-02-18 09:46:04 +08:00
* Mon Feb 17 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.6-5
- Package init