!39 update to 4.5.6
From: @dillon_chen Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
2d42e9ba1b
Binary file not shown.
11
sos.spec
11
sos.spec
@ -1,12 +1,12 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: sos
|
Name: sos
|
||||||
Version: 4.4
|
Version: 4.5.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A set of tools to gather troubleshooting information from a system
|
Summary: A set of tools to gather troubleshooting information from a system
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/sosreport/sos
|
URL: https://github.com/sosreport/sos
|
||||||
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/sosreport/sos/archive/%{version}.tar.gz
|
||||||
|
|
||||||
Patch9000: openEuler-add-openEuler-policy.patch
|
Patch9000: openEuler-add-openEuler-policy.patch
|
||||||
Patch9001: add-uniontech-os-support.patch
|
Patch9001: add-uniontech-os-support.patch
|
||||||
@ -45,7 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
|
|||||||
|
|
||||||
%find_lang %{name} || echo 0
|
%find_lang %{name} || echo 0
|
||||||
|
|
||||||
%files -f %{name}.lang
|
# internationalization is currently broken. Uncomment this line once fixed.
|
||||||
|
#%%files -f %%{name}.lang
|
||||||
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
%config(noreplace) %{_sysconfdir}/sos/sos.conf
|
||||||
@ -64,6 +66,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
|
|||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 27 2023 dillon chen < dillon.chen@gmail.com> - 4.5.6-1
|
||||||
|
- update to 4.5.6
|
||||||
|
|
||||||
* Sun Oct 9 2022 dillon chen < dillon.chen@gmail.com> - 4.4-1
|
* Sun Oct 9 2022 dillon chen < dillon.chen@gmail.com> - 4.4-1
|
||||||
- update to 4.4
|
- update to 4.4
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user