update to 4.5.6

This commit is contained in:
dillon_chen 2023-07-27 12:37:34 +08:00
parent bb527174fc
commit 934527a849
2 changed files with 8 additions and 3 deletions

Binary file not shown.

View File

@ -1,12 +1,12 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: sos
Version: 4.4
Version: 4.5.6
Release: 1
Summary: A set of tools to gather troubleshooting information from a system
License: GPLv2+
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
Patch9001: add-uniontech-os-support.patch
@ -45,7 +45,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%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
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/sos/sos.conf
@ -64,6 +66,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%{_mandir}/man5/*
%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
- update to 4.4